AWS Fundamentals Logo
AWS Fundamentals
AWS::Backup::LogicallyAirGappedBackupVault

Backup LogicallyAirGappedBackupVault

Resource Type definition for AWS::Backup::LogicallyAirGappedBackupVault

Properties

8 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
BackupVaultName
string
RequiredCreate-only
MaxRetentionDays
integer
RequiredCreate-only
MinRetentionDays
integer
RequiredCreate-only
AccessPolicy
objectstring
BackupVaultTags
object
EncryptionKeyArn
string
Create-only
MpaApprovalTeamArn
string
Notifications
NotificationObjectType

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
BackupVaultArnstring-
VaultStatestring-
VaultTypestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Backup::LogicallyAirGappedBackupVault

Resources:
  MyResource:
    Type: AWS::Backup::LogicallyAirGappedBackupVault
    Properties:
      BackupVaultName: "my-backupvaultname"
      MinRetentionDays: 1
      MaxRetentionDays: 1

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

backup:TagResourcebackup:AssociateBackupVaultMpaApprovalTeambackup:CreateLogicallyAirGappedBackupVaultbackup:PutBackupVaultAccessPolicybackup:PutBackupVaultNotificationsbackup-storage:Mountbackup-storage:MountCapsulebackup:DescribeBackupVault

read

backup:DescribeBackupVaultbackup:GetBackupVaultNotificationsbackup:GetBackupVaultAccessPolicybackup:ListTags

update

backup:AssociateBackupVaultMpaApprovalTeambackup:DescribeBackupVaultbackup:DeleteBackupVaultAccessPolicybackup:DeleteBackupVaultNotificationsbackup:DeleteBackupVaultLockConfigurationbackup:GetBackupVaultAccessPolicybackup:ListTagsbackup:TagResource

delete

backup:DeleteBackupVault

list

backup:ListBackupVaults

Learn AWS the Practical Way

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

Subscribe to Newsletter

Quick Facts

ServiceBackup
Properties11
Required3
TaggingSupported
Primary IDBackupVaultName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

BackupVaultNameMinRetentionDaysMaxRetentionDaysEncryptionKeyArn

External Links