AWS Fundamentals Logo
AWS Fundamentals
AWS::Backup::BackupPlan

Backup BackupPlan

Resource Type definition for AWS::Backup::BackupPlan

Properties

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

Filter:
PropertyTypeFlags
BackupPlan
BackupPlanResourceType
Required
BackupPlanTags
object

Return Values

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

AttributeTypeDescription
BackupPlanArnstring-
BackupPlanIdstring-
VersionIdstring-

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

Resources:
  MyResource:
    Type: AWS::Backup::BackupPlan
    Properties:
      BackupPlan: "value"

Required IAM Permissions

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

read

backup:GetBackupPlanbackup:ListTags

create

backup:GetBackupPlanbackup:TagResourcebackup:CreateBackupPlaniam:PassRole

delete

backup:GetBackupPlanbackup:DeleteBackupPlan

update

backup:UpdateBackupPlanbackup:ListTagsbackup:TagResourcebackup:UntagResourceiam:PassRole

list

backup:ListBackupPlans

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
Properties5
Required1
TaggingSupported
Primary IDBackupPlanId

Supported Operations

ReadCreateDeleteUpdateList

External Links