Report Group Export Config Args
data class ReportGroupExportConfigArgs(val s3Destination: Output<ReportGroupExportConfigS3DestinationArgs>? = null, val type: Output<String>) : ConvertibleToJava<ReportGroupExportConfigArgs>
Constructors
Link copied to clipboard
constructor(s3Destination: Output<ReportGroupExportConfigS3DestinationArgs>? = null, type: Output<String>)