Values.AwsDynamoDbTableReplicaGlobalSecondaryIndexSourceInformation about a global secondary index for a DynamoDB table replica.
type nonrec t = {indexName : NonEmptyString.t option;The name of the index.
*)provisionedThroughputOverride : AwsDynamoDbTableProvisionedThroughputOverride.t
option;Replica-specific configuration for the provisioned throughput for the index.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of (string * [> `Integer of Integer.t ]) list ])
list ]