backup_create_backup_vault: Creates a logical container where backups are stored

View source: R/backup_operations.R

backup_create_backup_vaultR Documentation

Creates a logical container where backups are stored

Description

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.

Usage

backup_create_backup_vault(
  BackupVaultName,
  BackupVaultTags = NULL,
  EncryptionKeyArn = NULL,
  CreatorRequestId = NULL
)

Arguments

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

Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.

EncryptionKeyArn

The server-side encryption key that is used to protect your backups; for example, ⁠arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab⁠.

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.


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