AWS::CodeBuild::ReportGroup ReportExportConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::CodeBuild::ReportGroup ReportExportConfig

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

Syntax

To declare this entity in your 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