Configuration needed to deploy an index in a BYOC environment.

ByocSpec

interface ByocSpec {
    environment: string;
    readCapacity?: ReadCapacity;
    schema?: MetadataSchema;
}

Properties

environment: string

The environment where the index is hosted.

ByocSpec

readCapacity?: ReadCapacity

ByocSpec

ByocSpec