| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
EnableScalingProps |
EnableScalingProps.Builder.build()
Builds the configured instance.
|
| 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 © 2022. All rights reserved.