This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:
JSON
{ "ExportConfigType" :String, "S3Destination" :S3ReportExportConfig}
YAML
ExportConfigType:StringS3Destination:S3ReportExportConfig
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_EXPORTUpdate requires: No interruption 
- 
                            
- S3Destination
- 
                    A S3ReportExportConfigobject that contains information about the S3 bucket where the run of a report is exported.Required: No Type: S3ReportExportConfig Update requires: No interruption