AWS Fundamentals Logo
AWS Fundamentals
AWS::Backup::ReportPlan

Backup ReportPlan

Contains detailed information about a report plan in AWS Backup Audit Manager.

Properties

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

Filter:
PropertyTypeFlags
ReportDeliveryChannel
object
Required
ReportSetting
object
Required
ReportPlanDescription
string
ReportPlanName
string
Create-only
ReportPlanTags
Array<Tag>

Return Values

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

AttributeTypeDescription
ReportPlanArnstringAn Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

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

Resources:
  MyResource:
    Type: AWS::Backup::ReportPlan
    Properties:
      ReportDeliveryChannel: {}
      ReportSetting: {}

Required IAM Permissions

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

create

backup:CreateReportPlanbackup:DescribeReportPlanbackup:ListTagsbackup:TagResourceiam:CreateServiceLinkedRole

read

backup:DescribeReportPlanbackup:ListTags

update

backup:DescribeReportPlanbackup:UpdateReportPlanbackup:ListTagsbackup:UntagResourcebackup:TagResource

delete

backup:DeleteReportPlanbackup:DescribeReportPlan

list

backup:ListReportPlans

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
Properties6
Required2
TaggingSupported
Primary IDReportPlanArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ReportPlanName

External Links