| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IScalableTableAttribute.Jsii$Default
Internal default implementation for
IScalableTableAttribute. |
| 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)
(experimental) Enable read capacity scaling for the given GSI.
|
IScalableTableAttribute |
Table.autoScaleGlobalSecondaryIndexWriteCapacity(String indexName,
EnableScalingProps props)
(experimental) Enable write capacity scaling for the given GSI.
|
IScalableTableAttribute |
Table.autoScaleReadCapacity(EnableScalingProps props)
(experimental) Enable read capacity scaling for this table.
|
IScalableTableAttribute |
Table.autoScaleWriteCapacity(EnableScalingProps props)
(experimental) Enable write capacity scaling for this table.
|
Copyright © 2021. All rights reserved.