Uses of Interface
software.amazon.awscdk.services.dynamodb.EnableScalingProps
Packages that use EnableScalingProps
-
Uses of EnableScalingProps in software.amazon.awscdk.services.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement EnableScalingPropsMethods in software.amazon.awscdk.services.dynamodb that return EnableScalingPropsModifier and TypeMethodDescriptionEnableScalingProps.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.dynamodb with parameters of type EnableScalingPropsModifier 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.