| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnReportGroup.Builder |
CfnReportGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnReportGroup.Builder |
CfnReportGroup.Builder.deleteReports(Boolean deleteReports)
When deleting a report group, specifies if reports within the report group should be deleted.
|
CfnReportGroup.Builder |
CfnReportGroup.Builder.deleteReports(IResolvable deleteReports)
When deleting a report group, specifies if reports within the report group should be deleted.
|
CfnReportGroup.Builder |
CfnReportGroup.Builder.exportConfig(CfnReportGroup.ReportExportConfigProperty exportConfig)
Information about the destination where the raw data of this `ReportGroup` is exported.
|
CfnReportGroup.Builder |
CfnReportGroup.Builder.exportConfig(IResolvable exportConfig)
Information about the destination where the raw data of this `ReportGroup` is exported.
|
CfnReportGroup.Builder |
CfnReportGroup.Builder.name(String name)
The name of the `ReportGroup` .
|
CfnReportGroup.Builder |
CfnReportGroup.Builder.tags(List<? extends CfnTag> tags)
A list of tag key and value pairs associated with this report group.
|
CfnReportGroup.Builder |
CfnReportGroup.Builder.type(String type)
The type of the `ReportGroup` .
|
Copyright © 2022. All rights reserved.