ReportGroupExportConfigS3Destination

data class ReportGroupExportConfigS3Destination(val bucket: String, val encryptionDisabled: Boolean? = null, val encryptionKey: String, val packaging: String? = null, val path: String? = null)

Constructors

Link copied to clipboard
constructor(bucket: String, encryptionDisabled: Boolean? = null, encryptionKey: String, packaging: String? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the S3 bucket where the raw data of a report are exported.

Link copied to clipboard

A boolean value that specifies if the results of a report are encrypted. Note: the API does not currently allow setting encryption as disabled

Link copied to clipboard

The encryption key for the report's encrypted raw data. The KMS key ARN.

Link copied to clipboard
val packaging: String? = null

The type of build output artifact to create. Valid values are: NONE (default) and ZIP.

Link copied to clipboard
val path: String? = null

The path to the exported report's raw data results.