View source: R/backup_operations.R
backup_create_backup_vault | R Documentation |
Creates a logical container where backups are stored. A create_backup_vault
request includes a name, optionally one or more resource tags, an encryption key, and a request ID.
See https://www.paws-r-sdk.com/docs/backup_create_backup_vault/ for full documentation.
backup_create_backup_vault(
BackupVaultName,
BackupVaultTags = NULL,
EncryptionKeyArn = NULL,
CreatorRequestId = NULL
)
BackupVaultName |
[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of letters, numbers, and hyphens. |
BackupVaultTags |
The tags to assign to the backup vault. |
EncryptionKeyArn |
The server-side encryption key that is used to protect your backups; for
example,
|
CreatorRequestId |
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.