Interface ByocSpecResponse

Configuration of a BYOC index.

ByocSpecResponse

interface ByocSpecResponse {
    environment: string;
    readCapacity: ReadCapacityResponse;
    schema?: MetadataSchema;
}

Properties

environment: string

The environment where the index is hosted.

ByocSpecResponse

readCapacity: ReadCapacityResponse

ByocSpecResponse

ByocSpecResponse