| Modifier and Type | Class and Description |
|---|---|
static class |
IScalableTableAttribute.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IScalableTableAttribute |
Table.autoScaleGlobalSecondaryIndexReadCapacity(String indexName,
EnableScalingProps props)
Enable read capacity scaling for the given GSI.
|
IScalableTableAttribute |
Table.autoScaleGlobalSecondaryIndexWriteCapacity(String indexName,
EnableScalingProps props)
Enable write capacity scaling for the given GSI.
|
IScalableTableAttribute |
Table.autoScaleReadCapacity(EnableScalingProps props)
Enable read capacity scaling for this table.
|
IScalableTableAttribute |
Table.autoScaleWriteCapacity(EnableScalingProps props)
Enable write capacity scaling for this table.
|
Copyright © 2019. All rights reserved.