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