Interface ReadCapacityDedicatedSpec

ReadCapacityDedicatedSpec

interface ReadCapacityDedicatedSpec {
    dedicated: ReadCapacityDedicatedConfig;
    mode: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

ReadCapacityDedicatedSpec

mode: string

The mode of the index. Possible values: OnDemand or Dedicated. Defaults to OnDemand. If set to Dedicated, dedicated.node_type, and dedicated.scaling must be specified.

ReadCapacityDedicatedSpec