Class CfnExportPropsMixin.S3DestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.bcmdataexports.CfnExportPropsMixin.S3DestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnExportPropsMixin.S3DestinationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExportPropsMixin.S3DestinationProperty
@Stability(Stable)
@Internal
public static final class CfnExportPropsMixin.S3DestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExportPropsMixin.S3DestinationProperty
An implementation for
CfnExportPropsMixin.S3DestinationProperty-
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.bcmdataexports.CfnExportPropsMixin.S3DestinationProperty
CfnExportPropsMixin.S3DestinationProperty.Builder, CfnExportPropsMixin.S3DestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExportPropsMixin.S3DestinationProperty.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 Amazon S3 bucket used as the destination of a data export file.final ObjectThe output configuration for the data export.final StringThe S3 path prefix you want prepended to the name of your data export.final StringThe S3 bucket Region.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 theCfnExportPropsMixin.S3DestinationProperty.Builder.
-
-
Method Details
-
getS3Bucket
Description copied from interface:CfnExportPropsMixin.S3DestinationPropertyThe name of the Amazon S3 bucket used as the destination of a data export file.- Specified by:
getS3Bucketin interfaceCfnExportPropsMixin.S3DestinationProperty- See Also:
-
getS3OutputConfigurations
Description copied from interface:CfnExportPropsMixin.S3DestinationPropertyThe output configuration for the data export.Returns union: either
IResolvableorCfnExportPropsMixin.S3OutputConfigurationsProperty- Specified by:
getS3OutputConfigurationsin interfaceCfnExportPropsMixin.S3DestinationProperty- See Also:
-
getS3Prefix
Description copied from interface:CfnExportPropsMixin.S3DestinationPropertyThe S3 path prefix you want prepended to the name of your data export.- Specified by:
getS3Prefixin interfaceCfnExportPropsMixin.S3DestinationProperty- See Also:
-
getS3Region
Description copied from interface:CfnExportPropsMixin.S3DestinationPropertyThe S3 bucket Region.- Specified by:
getS3Regionin interfaceCfnExportPropsMixin.S3DestinationProperty- 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()
-