Report Delivery Channel Properties Args
data class ReportDeliveryChannelPropertiesArgs(val formats: Output<List<String>>? = null, val s3BucketName: Output<String>, val s3KeyPrefix: Output<String>? = null) : ConvertibleToJava<ReportDeliveryChannelPropertiesArgs>
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 ReportDeliveryChannelPropertiesArgs(formats: Output<List<String>>? = null, s3BucketName: Output<String>, s3KeyPrefix: Output<String>? = null)