class Aws::Backup::Types::CreateBackupVaultInput
@note When making an API call, you may pass CreateBackupVaultInput
data as a hash: { backup_vault_name: "BackupVaultName", # required backup_vault_tags: { "TagKey" => "TagValue", }, encryption_key_arn: "ARN", creator_request_id: "string", }
@!attribute [rw] backup_vault_name
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. @return [String]
@!attribute [rw] backup_vault_tags
Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair. @return [Hash<String,String>]
@!attribute [rw] encryption_key_arn
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`. @return [String]
@!attribute [rw] creator_request_id
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateBackupVaultInput AWS API Documentation
Constants
- SENSITIVE