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