Values.AwsDynamoDbTableReplicaSourceInformation about a replica of a DynamoDB table.
type nonrec t = {globalSecondaryIndexes : AwsDynamoDbTableReplicaGlobalSecondaryIndexList.t
option;List of global secondary indexes for the replica.
*)kmsMasterKeyId : NonEmptyString.t option;The identifier of the KMS key that will be used for KMS encryption for the replica.
*)provisionedThroughputOverride : AwsDynamoDbTableProvisionedThroughputOverride.t
option;Replica-specific configuration for the provisioned throughput.
*)regionName : NonEmptyString.t option;The name of the Region where the replica is located.
*)replicaStatus : NonEmptyString.t option;The current status of the replica. Valid values are as follows: ACTIVE CREATING CREATION_FAILED DELETING UPDATING
*)replicaStatusDescription : NonEmptyString.t option;Detailed information about the replica status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `Integer of Integer.t ]) list ])
list ]
list
| `String of NonEmptyString.t
| `Structure of (string * [> `Integer of Integer.t ]) list ])
list ]