Module Values.CreateRestoreAccessBackupVaultInputSource

Creates a restore access backup vault that provides temporary access to recovery points in a logically air-gapped backup vault, subject to MPA approval.

Sourcetype nonrec t = {
  1. sourceBackupVaultArn : ARN.t;
    (*

    The ARN of the source backup vault containing the recovery points to which temporary access is requested.

    *)
  2. backupVaultName : BackupVaultName.t option;
    (*

    The name of the backup vault to associate with an MPA approval team.

    *)
  3. backupVaultTags : Tags.t option;
    (*

    Optional tags to assign to the restore access backup vault.

    *)
  4. creatorRequestId : string option;
    (*

    A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.

    *)
  5. requesterComment : RequesterComment.t option;
    (*

    A comment explaining the reason for requesting restore access to the backup vault.

    *)
}
Sourceval context_ : string
Sourceval make : ?backupVaultName:??? -> ?backupVaultTags:??? -> ?creatorRequestId:??? -> ?requesterComment:??? -> sourceBackupVaultArn:ARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Map of ([> `String of TagKey.t ] * [> `String of TagValue.t ]) list | `String of ARN.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