S3ReportExportConfig

Information about the S3 bucket where the raw data of a report are exported.

Types

Link copied to clipboard
class Builder
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

The Amazon Web Services account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.

Link copied to clipboard

A boolean value that specifies if the results of a report are encrypted.

Link copied to clipboard

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

Link copied to clipboard

The type of build output artifact to create. Valid values include:

Link copied to clipboard
val path: String?

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String