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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bcmdataexports.CfnExport.S3DestinationProperty
CfnExport.S3DestinationProperty.Builder, CfnExport.S3DestinationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnExport.S3DestinationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the Amazon S3 bucket used as the destination of a data export file.final Object
The output configuration for the data export.final String
The S3 path prefix you want prepended to the name of your data export.final String
The S3 bucket Region.final int
hashCode()
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.S3DestinationProperty
The name of the Amazon S3 bucket used as the destination of a data export file.- Specified by:
getS3Bucket
in interfaceCfnExport.S3DestinationProperty
- See Also:
-
getS3OutputConfigurations
Description copied from interface:CfnExport.S3DestinationProperty
The output configuration for the data export.- Specified by:
getS3OutputConfigurations
in interfaceCfnExport.S3DestinationProperty
- See Also:
-
getS3Prefix
Description copied from interface:CfnExport.S3DestinationProperty
The S3 path prefix you want prepended to the name of your data export.- Specified by:
getS3Prefix
in interfaceCfnExport.S3DestinationProperty
- See Also:
-
getS3Region
Description copied from interface:CfnExport.S3DestinationProperty
The S3 bucket Region.- Specified by:
getS3Region
in interfaceCfnExport.S3DestinationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-