Uses of Interface
software.amazon.awscdk.services.dynamodb.EnableScalingProps
-
Uses of EnableScalingProps in software.amazon.awscdk.services.dynamodb
Modifier and TypeMethodDescriptionEnableScalingProps.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionTable.autoScaleGlobalSecondaryIndexReadCapacity
(String indexName, EnableScalingProps props) Enable read capacity scaling for the given GSI.Table.autoScaleGlobalSecondaryIndexWriteCapacity
(String indexName, EnableScalingProps props) Enable write capacity scaling for the given GSI.Table.autoScaleReadCapacity
(EnableScalingProps props) Enable read capacity scaling for this table.Table.autoScaleWriteCapacity
(EnableScalingProps props) Enable write capacity scaling for this table.