Skip to content

DynamoDB  >  Structures  >  UpdateGlobalSecondaryIndexAction

UpdateGlobalSecondaryIndexAction

Structure Class

UpdateGlobalSecondaryIndexAction dataclass

Represents the new provisioned throughput settings to be applied to a global secondary index.

Attributes

index_name instance-attribute
index_name: str

The name of the global secondary index to be updated.

on_demand_throughput class-attribute instance-attribute
on_demand_throughput: OnDemandThroughput | None = None

Updates the maximum number of read and write units for the specified global secondary index. If you use this parameter, you must specify MaxReadRequestUnits, MaxWriteRequestUnits, or both.

provisioned_throughput class-attribute instance-attribute
provisioned_throughput: ProvisionedThroughput | None = None

Represents the provisioned throughput settings for the specified global secondary index.

For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.

warm_throughput class-attribute instance-attribute
warm_throughput: WarmThroughput | None = None

Represents the warm throughput value of the new provisioned throughput settings to be applied to a global secondary index.