@Stability(value=Stable) @Internal public static final class ReportGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ReportGroupProps
ReportGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeReportGroupProps.Builder, ReportGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(ReportGroupProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ReportGroupProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IBucket |
getExportBucket()
An optional S3 bucket to export the reports to.
|
RemovalPolicy |
getRemovalPolicy()
What to do when this resource is deleted from a stack.
|
String |
getReportGroupName()
The physical name of the report group.
|
ReportGroupType |
getType()
The type of report group.
|
Boolean |
getZipExport()
Whether to output the report files into the export bucket as-is, or create a ZIP from them before doing the export.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(ReportGroupProps.Builder builder)
ReportGroupProps.Builder.public final IBucket getExportBucket()
ReportGroupPropsDefault: - the reports will not be exported
getExportBucket in interface ReportGroupPropspublic final RemovalPolicy getRemovalPolicy()
ReportGroupPropsAs CodeBuild does not allow deleting a ResourceGroup that has reports inside of it, this is set to retain the resource by default.
Default: RemovalPolicy.RETAIN
getRemovalPolicy in interface ReportGroupPropspublic final String getReportGroupName()
ReportGroupPropsDefault: - CloudFormation-generated name
getReportGroupName in interface ReportGroupPropspublic final ReportGroupType getType()
ReportGroupProps
Default: TEST
getType in interface ReportGroupPropspublic final Boolean getZipExport()
ReportGroupPropsIgnored if {@link exportBucket} has not been provided.
Default: - false (the files will not be ZIPped)
getZipExport in interface ReportGroupProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.