Values.CreateReplicationGroupMemberActionSourceRepresents a replica to be created.
type nonrec t = {regionName : RegionName.t;The Region where the new replica will be created.
*)kMSMasterKeyId : KMSMasterKeyId.t option;The KMS key that should be used for KMS encryption in the new replica. To specify a key, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB KMS key alias/aws/dynamodb.
*)provisionedThroughputOverride : ProvisionedThroughputOverride.t option;Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.
*)onDemandThroughputOverride : OnDemandThroughputOverride.t option;The maximum on-demand throughput settings for the specified replica table being created. You can only modify MaxReadRequestUnits, because you can't modify MaxWriteRequestUnits for individual replica tables.
*)globalSecondaryIndexes : ReplicaGlobalSecondaryIndexList.t option;Replica-specific global secondary index settings.
*)tableClassOverride : TableClass.t option;Replica-specific table class. If not specified, uses the source table's table class.
*)}val make :
?kMSMasterKeyId:??? ->
?provisionedThroughputOverride:??? ->
?onDemandThroughputOverride:??? ->
?globalSecondaryIndexes:??? ->
?tableClassOverride:??? ->
regionName:RegionName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of IndexName.t
| `Structure of
(string * [> `Long of PositiveLongObject.t ]) list ])
list ]
list
| `String of RegionName.t
| `Structure of (string * [> `Long of PositiveLongObject.t ]) list ])
list ]