Interface CreateIndexByocSpec

Configuration needed to deploy a BYOC index.

interface CreateIndexByocSpec {
    environment: string;
    readCapacity?: CreateIndexReadCapacity;
    schema?: MetadataSchema;
}

Properties

environment: string

The environment identifier for the BYOC index.

The read capacity configuration for the index. Defaults to OnDemand if not provided.

The metadata schema for the index.