Module Values.CopyActionSource

The details of the copy operation.

Sourcetype nonrec t = {
  1. lifecycle : Lifecycle.t option;
  2. destinationBackupVaultArn : ARN.t;
    (*

    An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup. For example, arn:aws:backup:us-east-1:123456789012:backup-vault:aBackupVault.

    *)
}
Sourceval context_ : string
Sourceval make : ?lifecycle:??? -> destinationBackupVaultArn:ARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ARN.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Long of Long.t ]) list ]) 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