public static final class ReportGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ReportGroupProps
ReportGroupProps
ReportGroupProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.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.
|
java.lang.String |
getReportGroupName()
The physical name of the report group.
|
java.lang.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() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IBucket getExportBucket()
ReportGroupProps
Default: - the reports will not be exported
getExportBucket
in interface ReportGroupProps
public final RemovalPolicy getRemovalPolicy()
ReportGroupProps
As 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 ReportGroupProps
public final java.lang.String getReportGroupName()
ReportGroupProps
Default: - CloudFormation-generated name
getReportGroupName
in interface ReportGroupProps
public final java.lang.Boolean getZipExport()
ReportGroupProps
Ignored if {@link exportBucket} has not been provided.
Default: - false (the files will not be ZIPped)
getZipExport
in interface ReportGroupProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()