AWS::Backup::ReportPlanContains detailed information about a report plan in AWS Backup Audit Manager.
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ReportDeliveryChannel | object | Required |
ReportSetting | object | Required |
ReportPlanDescription | string | |
ReportPlanName | string | Create-only |
ReportPlanTags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ReportPlanArn | string | An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Backup::ReportPlan
Resources:
MyResource:
Type: AWS::Backup::ReportPlan
Properties:
ReportDeliveryChannel: {}
ReportSetting: {}Permissions CloudFormation needs in your IAM role to manage this resource.
backup:CreateReportPlanbackup:DescribeReportPlanbackup:ListTagsbackup:TagResourceiam:CreateServiceLinkedRolebackup:DescribeReportPlanbackup:ListTagsbackup:DescribeReportPlanbackup:UpdateReportPlanbackup:ListTagsbackup:UntagResourcebackup:TagResourcebackup:DeleteReportPlanbackup:DescribeReportPlanbackup:ListReportPlansOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterReportPlanArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ReportPlanName