Report Delivery Channel Properties
data class ReportDeliveryChannelProperties(val formats: List<String>? = null, val s3BucketName: String, val s3KeyPrefix: String? = null)
A structure that contains information about where and how to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
Constructors
Link copied to clipboard
fun ReportDeliveryChannelProperties(formats: List<String>? = null, s3BucketName: String, s3KeyPrefix: String? = null)