| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
AWS CodeBuild Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ReportGroup.Builder |
ReportGroup.Builder.create(software.constructs.Construct scope,
String id) |
ReportGroup.Builder |
ReportGroup.Builder.exportBucket(IBucket exportBucket)
(experimental) An optional S3 bucket to export the reports to.
|
ReportGroup.Builder |
ReportGroup.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) What to do when this resource is deleted from a stack.
|
ReportGroup.Builder |
ReportGroup.Builder.reportGroupName(String reportGroupName)
(experimental) The physical name of the report group.
|
ReportGroup.Builder |
ReportGroup.Builder.zipExport(Boolean zipExport)
(experimental) Whether to output the report files into the export bucket as-is, or create a ZIP from them before doing the export.
|
Copyright © 2021. All rights reserved.