Class CfnReportGroupPropsMixin.S3ReportExportConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.codebuild.CfnReportGroupPropsMixin.S3ReportExportConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReportGroupPropsMixin.S3ReportExportConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnReportGroupPropsMixin.S3ReportExportConfigProperty
@Stability(Stable)
@Internal
public static final class CfnReportGroupPropsMixin.S3ReportExportConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnReportGroupPropsMixin.S3ReportExportConfigProperty
An implementation for
CfnReportGroupPropsMixin.S3ReportExportConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.codebuild.CfnReportGroupPropsMixin.S3ReportExportConfigProperty
CfnReportGroupPropsMixin.S3ReportExportConfigProperty.Builder, CfnReportGroupPropsMixin.S3ReportExportConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReportGroupPropsMixin.S3ReportExportConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe name of the S3 bucket where the raw data of a report are exported.final StringThe AWS account identifier of the owner of the Amazon S3 bucket.final ObjectA boolean value that specifies if the results of a report are encrypted.final StringThe encryption key for the report's encrypted raw data.final StringThe type of build output artifact to create.final StringgetPath()The path to the exported report's raw data results.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnReportGroupPropsMixin.S3ReportExportConfigProperty.Builder.
-
-
Method Details
-
getBucket
Description copied from interface:CfnReportGroupPropsMixin.S3ReportExportConfigPropertyThe name of the S3 bucket where the raw data of a report are exported.- Specified by:
getBucketin interfaceCfnReportGroupPropsMixin.S3ReportExportConfigProperty- See Also:
-
getBucketOwner
Description copied from interface:CfnReportGroupPropsMixin.S3ReportExportConfigPropertyThe AWS account identifier of the owner of the Amazon S3 bucket.This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.
- Specified by:
getBucketOwnerin interfaceCfnReportGroupPropsMixin.S3ReportExportConfigProperty- See Also:
-
getEncryptionDisabled
Description copied from interface:CfnReportGroupPropsMixin.S3ReportExportConfigPropertyA boolean value that specifies if the results of a report are encrypted.Returns union: either
BooleanorIResolvable- Specified by:
getEncryptionDisabledin interfaceCfnReportGroupPropsMixin.S3ReportExportConfigProperty- See Also:
-
getEncryptionKey
Description copied from interface:CfnReportGroupPropsMixin.S3ReportExportConfigPropertyThe encryption key for the report's encrypted raw data.- Specified by:
getEncryptionKeyin interfaceCfnReportGroupPropsMixin.S3ReportExportConfigProperty- See Also:
-
getPackaging
Description copied from interface:CfnReportGroupPropsMixin.S3ReportExportConfigPropertyThe type of build output artifact to create. Valid values include:.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.
- Specified by:
getPackagingin interfaceCfnReportGroupPropsMixin.S3ReportExportConfigProperty- See Also:
-
getPath
Description copied from interface:CfnReportGroupPropsMixin.S3ReportExportConfigPropertyThe path to the exported report's raw data results.- Specified by:
getPathin interfaceCfnReportGroupPropsMixin.S3ReportExportConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-