AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Backup::LogicallyAirGappedBackupVault

CfnLogicallyAirGappedBackupVault

Creates a logical container to where backups may be copied. This request includes a name, the Region, the maximum number of retention days, the minimum number of retention days, and optionally can include tags and a creator request ID. > Do not include sensitive data, such as passport numbers, in the name of a backup vault.

Import

import { CfnLogicallyAirGappedBackupVault } from 'aws-cdk-lib/aws-backup';

Or use the module namespace:

import * as backup from 'aws-cdk-lib/aws-backup';
// backup.CfnLogicallyAirGappedBackupVault

Properties

Configuration passed to the constructor as CfnLogicallyAirGappedBackupVaultProps.

backupVaultNameRequired
string

The name of a logical container where backups are stored. Logically air-gapped backup vaults are identified by names that are unique to the account used to create them and the Region where they are created.

maxRetentionDaysRequired
number

The maximum retention period that the vault retains its recovery points.

minRetentionDaysRequired
number

This setting specifies the minimum retention period that the vault retains its recovery points. The minimum value accepted is 7 days.

accessPolicyOptional
any

The backup vault access policy document in JSON format.

backupVaultTagsOptional
{ [key: string]: string }

The tags to assign to the vault.

encryptionKeyArnOptional
string

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` . If this field is left blank, AWS Backup will create an AWS owned key to be used to encrypt the content of the logically air-gapped vault. The ARN of this created key will be available as `Fn::GetAtt` output.

mpaApprovalTeamArnOptional
string

The Amazon Resource Name (ARN) of the MPA approval team to associate with the backup vault. This cannot be changed after it is set from the CloudFormation template.

notificationsOptional
IResolvable | NotificationObjectTypeProperty

Returns event notifications for the specified backup vault.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter