Values.CreateSnapshotCopyConfigurationRequestSourceCreates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.
type nonrec t = {destinationKmsKeyId : KmsKeyId.t option;The KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.
*)destinationRegion : String_.t;The destination Amazon Web Services Region that you want to copy snapshots to.
*)namespaceName : NamespaceName.t;The name of the namespace to copy snapshots from.
*)snapshotRetentionPeriod : Integer.t option;The retention period of the snapshots that you copy to the destination Amazon Web Services Region.
*)}val make :
?destinationKmsKeyId:??? ->
?snapshotRetentionPeriod:??? ->
destinationRegion:String_.t ->
namespaceName:NamespaceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of KmsKeyId.t ]) list ]