Module Values.CreateSnapshotCopyConfigurationRequestSource

Creates a snapshot copy configuration that lets you copy snapshots to another Amazon Web Services Region.

Sourcetype nonrec t = {
  1. destinationKmsKeyId : KmsKeyId.t option;
    (*

    The KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.

    *)
  2. destinationRegion : String_.t;
    (*

    The destination Amazon Web Services Region that you want to copy snapshots to.

    *)
  3. namespaceName : NamespaceName.t;
    (*

    The name of the namespace to copy snapshots from.

    *)
  4. snapshotRetentionPeriod : Integer.t option;
    (*

    The retention period of the snapshots that you copy to the destination Amazon Web Services Region.

    *)
}
Sourceval context_ : string
Sourceval make : ?destinationKmsKeyId:??? -> ?snapshotRetentionPeriod:??? -> destinationRegion:String_.t -> namespaceName:NamespaceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `String of KmsKeyId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t