Uses of Interface
software.amazon.awscdk.services.dynamodb.IScalableTableAttribute
-
Uses of IScalableTableAttribute in software.amazon.awscdk.services.dynamodb
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIScalableTableAttribute
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.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.