ReplicaGlobalSecondaryIndexDescription¶
Structure Class¶
ReplicaGlobalSecondaryIndexDescription
dataclass
¶
Represents the properties of a replica global secondary index.
Attributes¶
index_name
class-attribute
instance-attribute
¶
index_name: str | None = None
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 for the specified global secondary index in the specified replica table.
provisioned_throughput_override
class-attribute
instance-attribute
¶
provisioned_throughput_override: ProvisionedThroughputOverride | None = None
If not described, uses the source table GSI's read capacity settings.
warm_throughput
class-attribute
instance-attribute
¶
warm_throughput: GlobalSecondaryIndexWarmThroughputDescription | None = None
Represents the warm throughput of the global secondary index for this replica.