AWS::Backup::LogicallyAirGappedBackupVaultCreates 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 { CfnLogicallyAirGappedBackupVault } from 'aws-cdk-lib/aws-backup';Or use the module namespace:
import * as backup from 'aws-cdk-lib/aws-backup';
// backup.CfnLogicallyAirGappedBackupVaultConfiguration passed to the constructor as CfnLogicallyAirGappedBackupVaultProps.
backupVaultNameRequiredstringThe 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.
maxRetentionDaysRequirednumberThe maximum retention period that the vault retains its recovery points.
minRetentionDaysRequirednumberThis setting specifies the minimum retention period that the vault retains its recovery points. The minimum value accepted is 7 days.
accessPolicyOptionalanyThe backup vault access policy document in JSON format.
backupVaultTagsOptional{ [key: string]: string }The tags to assign to the vault.
encryptionKeyArnOptionalstringThe 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.
mpaApprovalTeamArnOptionalstringThe 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.
notificationsOptionalIResolvable | NotificationObjectTypePropertyReturns event notifications for the specified backup vault.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-backupAWS::Backup::LogicallyAirGappedBackupVault