Module Values.CopyBackupToRegionRequestSource

Copy an CloudHSM cluster backup to a different region. Cross-account use: No. You cannot perform this operation on an CloudHSM backup in a different Amazon Web Services account.

Sourcetype nonrec t = {
  1. destinationRegion : Region.t;
    (*

    The AWS region that will contain your copied CloudHSM cluster backup.

    *)
  2. backupId : BackupId.t;
    (*

    The ID of the backup that will be copied to the destination region.

    *)
  3. tagList : TagList.t option;
    (*

    Tags to apply to the destination backup during creation. If you specify tags, only these tags will be applied to the destination backup. If you do not specify tags, the service copies tags from the source backup to the destination backup.

    *)
}
Sourceval context_ : string
Sourceval make : ?tagList:??? -> destinationRegion:Region.t -> backupId:BackupId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `String of Region.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