@Stability(value=Stable) @Internal public static final class CfnReportGroup.S3ReportExportConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReportGroup.S3ReportExportConfigProperty
CfnReportGroup.S3ReportExportConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnReportGroup.S3ReportExportConfigProperty.Builder, CfnReportGroup.S3ReportExportConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnReportGroup.S3ReportExportConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnReportGroup.ReportExportConfigProperty.Builder. |
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(Object o) |
String |
getBucket()
The name of the S3 bucket where the raw data of a report are exported.
|
String |
getBucketOwner()
The AWS account identifier of the owner of the Amazon S3 bucket.
|
Object |
getEncryptionDisabled()
A boolean value that specifies if the results of a report are encrypted.
|
String |
getEncryptionKey()
The encryption key for the report's encrypted raw data.
|
String |
getPackaging()
The type of build output artifact to create.
|
String |
getPath()
The path to the exported report's raw data results.
|
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(CfnReportGroup.S3ReportExportConfigProperty.Builder builder)
CfnReportGroup.ReportExportConfigProperty.Builder.public final String getBucket()
CfnReportGroup.S3ReportExportConfigPropertygetBucket in interface CfnReportGroup.S3ReportExportConfigPropertypublic final String getBucketOwner()
CfnReportGroup.S3ReportExportConfigPropertyThis allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.
getBucketOwner in interface CfnReportGroup.S3ReportExportConfigPropertypublic final Object getEncryptionDisabled()
CfnReportGroup.S3ReportExportConfigPropertygetEncryptionDisabled in interface CfnReportGroup.S3ReportExportConfigPropertypublic final String getEncryptionKey()
CfnReportGroup.S3ReportExportConfigPropertygetEncryptionKey in interface CfnReportGroup.S3ReportExportConfigPropertypublic final String getPackaging()
CfnReportGroup.S3ReportExportConfigProperty
NONE : CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.ZIP : CodeBuild creates a ZIP file with the raw data in the output bucket.getPackaging in interface CfnReportGroup.S3ReportExportConfigPropertypublic final String getPath()
CfnReportGroup.S3ReportExportConfigPropertygetPath in interface CfnReportGroup.S3ReportExportConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.