Module Values.AwsBackupBackupPlanRuleCopyActionsDetailsSource

An array of CopyAction objects, each of which contains details of the copy operation.

Sourcetype nonrec t = {
  1. destinationBackupVaultArn : NonEmptyString.t option;
    (*

    An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.

    *)
  2. lifecycle : AwsBackupBackupPlanLifecycleDetails.t option;
    (*

    Defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define. If you don't specify a lifecycle, Backup applies the lifecycle policy of the source backup to the destination backup. Backups transitioned to cold storage must be stored in cold storage for a minimum of 90 days.

    *)
}
Sourceval make : ?destinationBackupVaultArn:??? -> ?lifecycle:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.t | `Structure 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