AWS::CodeBuild::ReportGroupRepresents a report group. A report group contains a collection of reports.
import { CfnReportGroup } from 'aws-cdk-lib/aws-codebuild';Or use the module namespace:
import * as codebuild from 'aws-cdk-lib/aws-codebuild';
// codebuild.CfnReportGroupConfiguration passed to the constructor as CfnReportGroupProps.
exportConfigRequiredIResolvable | ReportExportConfigPropertyInformation about the destination where the raw data of this `ReportGroup` is exported.
typeRequiredstringThe type of the `ReportGroup` . This can be one of the following values:. - **CODE_COVERAGE** - The report group contains code coverage reports. - **TEST** - The report group contains test reports.
deleteReportsOptionalboolean | IResolvableWhen deleting a report group, specifies if reports within the report group should be deleted. - **true** - Deletes any reports that belong to the report group before deleting the report group. - **false** - You must delete any reports in the report group. This is the default value. If you delete a report group that contains one or more reports, an exception is thrown.
nameOptionalstringThe name of the `ReportGroup` .
tagsOptionalCfnTag[]A list of tag key and value pairs associated with this report group. These tags are available for use by AWS services that support AWS CodeBuild report group tags.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about AWS CodeBuild on one page. HD quality, print-friendly.
Download Free Infographicaws-codebuildAWS::CodeBuild::ReportGroup