class Aws::Backup::Types::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.
@note When making an API call, you may pass ReportDeliveryChannel
data as a hash: { s3_bucket_name: "string", # required s3_key_prefix: "string", formats: ["string"], }
@!attribute [rw] s3_bucket_name
The unique name of the S3 bucket that receives your reports. @return [String]
@!attribute [rw] s3_key_prefix
The prefix for where 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. @return [String]
@!attribute [rw] formats
A list of the format of your reports: `CSV`, `JSON`, or both. If not specified, the default format is `CSV`. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/ReportDeliveryChannel AWS API Documentation
Constants
- SENSITIVE