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 AWS 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 isCSV
.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 AWS 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