Skip to content

DynamoDB  >  Structures  >  ReplicaGlobalSecondaryIndex

ReplicaGlobalSecondaryIndex

Structure Class

ReplicaGlobalSecondaryIndex dataclass

Represents the properties of a replica global secondary index.

Attributes

index_name instance-attribute
index_name: str

The name of the global secondary index.

on_demand_throughput_override class-attribute instance-attribute
on_demand_throughput_override: OnDemandThroughputOverride | None = None

Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table.

provisioned_throughput_override class-attribute instance-attribute
provisioned_throughput_override: ProvisionedThroughputOverride | None = None

Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI's read capacity settings.