AWS Fundamentals Logo
AWS Fundamentals
AWS::Backup::BackupVault

Backup BackupVault

Resource Type definition for AWS::Backup::BackupVault

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
BackupVaultName
string
RequiredCreate-only
AccessPolicy
objectstring
BackupVaultTags
object
EncryptionKeyArn
string
Create-only
LockConfiguration
LockConfigurationType
Notifications
NotificationObjectType

Return Values

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

AttributeTypeDescription
BackupVaultArnstring-

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::BackupVault

Resources:
  MyResource:
    Type: AWS::Backup::BackupVault
    Properties:
      BackupVaultName: "my-backupvaultname"

Required IAM Permissions

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

create

backup:TagResourcebackup:CreateBackupVaultbackup:PutBackupVaultAccessPolicybackup:PutBackupVaultNotificationsbackup:PutBackupVaultLockConfigurationbackup-storage:Mountbackup-storage:MountCapsulekms:CreateGrant

read

backup:DescribeBackupVaultbackup:GetBackupVaultNotificationsbackup:GetBackupVaultAccessPolicybackup:ListTags

update

backup:DescribeBackupVaultbackup:DeleteBackupVaultAccessPolicybackup:DeleteBackupVaultNotificationsbackup:DeleteBackupVaultLockConfigurationbackup:ListTagsbackup:TagResourcebackup:UntagResourcebackup:PutBackupVaultAccessPolicy

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
Properties7
Required1
TaggingSupported
Primary IDBackupVaultName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

BackupVaultNameEncryptionKeyArn

External Links