ReportPlanReportDeliveryChannel

data class ReportPlanReportDeliveryChannel(val formats: List<String>? = null, val s3BucketName: String, val s3KeyPrefix: String? = null)

Constructors

Link copied to clipboard
constructor(formats: List<String>? = null, s3BucketName: String, s3KeyPrefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val formats: List<String>? = null

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

Link copied to clipboard

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

Link copied to clipboard
val s3KeyPrefix: String? = null

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.