Values.ReplicaGlobalSecondaryIndexDescriptionSourceRepresents the properties of a replica global secondary index.
type nonrec t = {indexName : IndexName.t option;The name of the global secondary index.
*)provisionedThroughputOverride : ProvisionedThroughputOverride.t option;If not described, uses the source table GSI's read capacity settings.
*)onDemandThroughputOverride : OnDemandThroughputOverride.t option;Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.
*)warmThroughput : GlobalSecondaryIndexWarmThroughputDescription.t option;Represents the warm throughput of the global secondary index for this replica.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of IndexName.t
| `Structure of
(string * [> `Enum of string | `Long of PositiveLongObject.t ])
list ])
list ]