AWS::CodeBuild::ReportGroup ReportExportConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CodeBuild::ReportGroup ReportExportConfig

Information about the location where the run of a report is exported.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

Properties

ExportConfigType

The export configuration type. Valid values are:

  • S3: The report results are exported to an S3 bucket.

  • NO_EXPORT: The report results are not exported.

Required: Yes

Type: String

Allowed values: S3 | NO_EXPORT

Update requires: No interruption

S3Destination

A S3ReportExportConfig object that contains information about the S3 bucket where the run of a report is exported.

Required: No

Type: S3ReportExportConfig

Update requires: No interruption