AWS::CodeBuild::ReportGroup ReportExportConfig - AWS CloudFormation

AWS::CodeBuild::ReportGroup ReportExportConfig

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

Syntax

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