ReportGroupExportConfig

data class ReportGroupExportConfig(val s3Destination: ReportGroupExportConfigS3Destination? = null, val type: String)

Constructors

Link copied to clipboard
constructor(s3Destination: ReportGroupExportConfigS3Destination? = null, type: String)

Types

Link copied to clipboard
object Companion

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

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