Interface ReadCapacityDedicatedConfig

Configuration for dedicated read capacity. See this guide for more details on how to configure dedicated read capacity.

ReadCapacityDedicatedConfig

interface ReadCapacityDedicatedConfig {
    manual?: ScalingConfigManual;
    nodeType?: string;
    scaling?: string;
}

Properties

manual?: ScalingConfigManual

ReadCapacityDedicatedConfig

nodeType?: string

The type of machines to use. Available options: b1 and t1. t1 includes increased processing power and memory.

ReadCapacityDedicatedConfig

scaling?: string

The type of scaling strategy to use.

ReadCapacityDedicatedConfig