S3ReportExportConfig - AWS CodeBuild

S3ReportExportConfig

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

Contents

Note

In the following list, the required parameters are described first.

bucket

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

Type: String

Length Constraints: Minimum length of 1.

Required: No

bucketOwner

The AWS 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.

Type: String

Required: No

encryptionDisabled

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

Type: Boolean

Required: No

encryptionKey

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

Type: String

Length Constraints: Minimum length of 1.

Required: No

packaging

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

  • NONE: CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.

  • ZIP: CodeBuild creates a ZIP file with the raw data in the output bucket.

Type: String

Valid Values: ZIP | NONE

Required: No

path

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

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: