ReplicaGlobalSecondaryIndexDescription
Represents the properties of a replica global secondary index.
Contents
Note
In the following list, the required parameters are described first.
- IndexName
-
The name of the global secondary index.
Type: String
Length Constraints: Minimum length of 3. Maximum length of 255.
Pattern:
[a-zA-Z0-9_.-]+
Required: No
- OnDemandThroughputOverride
-
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.
Type: OnDemandThroughputOverride object
Required: No
- ProvisionedThroughputOverride
-
If not described, uses the source table GSI's read capacity settings.
Type: ProvisionedThroughputOverride object
Required: No
- WarmThroughput
-
Represents the warm throughput of the global secondary index for this replica.
Type: GlobalSecondaryIndexWarmThroughputDescription object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: