backup_create_logically_air_gapped_backup_vault: This request creates a logical container to where backups may...

View source: R/backup_operations.R

backup_create_logically_air_gapped_backup_vaultR Documentation

This request creates a logical container to where backups may be copied

Description

This request creates a logical container to where backups may be copied.

See https://www.paws-r-sdk.com/docs/backup_create_logically_air_gapped_backup_vault/ for full documentation.

Usage

backup_create_logically_air_gapped_backup_vault(
  BackupVaultName,
  BackupVaultTags = NULL,
  CreatorRequestId = NULL,
  MinRetentionDays,
  MaxRetentionDays
)

Arguments

BackupVaultName

[required] This is the name of the vault that is being created.

BackupVaultTags

These are the tags that will be included in the newly-created vault.

CreatorRequestId

This is the ID of the creation request.

MinRetentionDays

[required] This setting specifies the minimum retention period that the vault retains its recovery points. If this parameter is not specified, no minimum retention period is enforced.

If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or longer than the minimum retention period. If a job retention period is shorter than that minimum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault.

MaxRetentionDays

[required] This is the setting that specifies the maximum retention period that the vault retains its recovery points. If this parameter is not specified, Backup does not enforce a maximum retention period on the recovery points in the vault (allowing indefinite storage).

If specified, any backup or copy job to the vault must have a lifecycle policy with a retention period equal to or shorter than the maximum retention period. If the job retention period is longer than that maximum retention period, then the vault fails the backup or copy job, and you should either modify your lifecycle settings or use a different vault.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.