Class TableWarmThroughputDescription

java.lang.Object
software.amazon.awssdk.services.dynamodb.model.TableWarmThroughputDescription
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<TableWarmThroughputDescription.Builder,TableWarmThroughputDescription>

@Generated("software.amazon.awssdk:codegen") public final class TableWarmThroughputDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableWarmThroughputDescription.Builder,TableWarmThroughputDescription>

Represents the warm throughput value (in read units per second and write units per second) of the table. Warm throughput is applicable for DynamoDB Standard-IA tables and specifies the minimum provisioned capacity maintained for immediate data access.

See Also: