Skip to content

/AWS1/CL_BUP=>CREATEBACKUPVAULT()

About CreateBackupVault

Creates a logical container where backups are stored. A CreateBackupVault request includes a name, optionally one or more resource tags, an encryption key, and a request ID.

Do not include sensitive data, such as passport numbers, in the name of a backup vault.

Method Signature

IMPORTING

Required arguments:

IV_BACKUPVAULTNAME TYPE /AWS1/BUPBACKUPVAULTNAME /AWS1/BUPBACKUPVAULTNAME

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.

Optional arguments:

IT_BACKUPVAULTTAGS TYPE /AWS1/CL_BUPTAGS_W=>TT_TAGS TT_TAGS

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

IV_ENCRYPTIONKEYARN TYPE /AWS1/BUPARN /AWS1/BUPARN

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.

IV_CREATORREQUESTID TYPE /AWS1/BUPSTRING /AWS1/BUPSTRING

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_BUPCREBACKUPVAULTOUT /AWS1/CL_BUPCREBACKUPVAULTOUT