ReportGroupExportConfigArgs

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>)

Properties

Link copied to clipboard

contains information about the S3 bucket where the run of a report is exported. see S3 Destination documented below.

Link copied to clipboard
val type: Output<String>

The export configuration type. Valid values are S3 and NO_EXPORT.

Functions

Link copied to clipboard
open override fun toJava(): ReportGroupExportConfigArgs