Values.SnapshotCopyConfigurationSourceThe object that you configure to copy snapshots from one namespace to a namespace in another Amazon Web Services Region.
type nonrec t = {destinationKmsKeyId : KmsKeyId.t option;The ID of the KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.
*)destinationRegion : String_.t option;The destination Amazon Web Services Region to copy snapshots to.
*)namespaceName : NamespaceName.t option;The name of the namespace to copy snapshots from in the source Amazon Web Services Region.
*)snapshotCopyConfigurationArn : String_.t option;The ARN of the snapshot copy configuration object.
*)snapshotCopyConfigurationId : String_.t option;The ID of the snapshot copy configuration object.
*)snapshotRetentionPeriod : Integer.t option;The retention period of snapshots that are copied to the destination Amazon Web Services Region.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of KmsKeyId.t ]) list ]