AWS::Backup::ReportPlan ReportDeliveryChannel - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::Backup::ReportPlan ReportDeliveryChannel

Contains information from your report plan about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Formats" : [ String, ... ], "S3BucketName" : String, "S3KeyPrefix" : String }

YAML

Formats: - String S3BucketName: String S3KeyPrefix: String

Properties

Formats

The format of your reports: CSV, JSON, or both. If not specified, the default format is CSV.

Required: No

Type: Array of String

Update requires: No interruption

S3BucketName

The unique name of the S3 bucket that receives your reports.

Required: Yes

Type: String

Update requires: No interruption

S3KeyPrefix

The prefix for where Amazon Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the following path: s3://your-bucket-name/prefix/Backup/us-west-2/year/month/day/report-name. If not specified, there is no prefix.

Required: No

Type: String

Update requires: No interruption