Class CfnDirectoryBucket.DestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3express.CfnDirectoryBucket.DestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDirectoryBucket.DestinationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDirectoryBucket.DestinationProperty
@Stability(Stable)
@Internal
public static final class CfnDirectoryBucket.DestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDirectoryBucket.DestinationProperty
An implementation for
CfnDirectoryBucket.DestinationProperty-
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.s3express.CfnDirectoryBucket.DestinationProperty
CfnDirectoryBucket.DestinationProperty.Builder, CfnDirectoryBucket.DestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDirectoryBucket.DestinationProperty.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 account ID that owns the destination S3 bucket.final StringThe Amazon Resource Name (ARN) of the destination Amazon S3 bucket to which data is exported.final StringSpecifies the file format used when exporting data to Amazon S3.final StringThe prefix to use when exporting data.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 theCfnDirectoryBucket.DestinationProperty.Builder.
-
-
Method Details
-
getBucketArn
Description copied from interface:CfnDirectoryBucket.DestinationPropertyThe Amazon Resource Name (ARN) of the destination Amazon S3 bucket to which data is exported.- Specified by:
getBucketArnin interfaceCfnDirectoryBucket.DestinationProperty- See Also:
-
getFormat
Description copied from interface:CfnDirectoryBucket.DestinationPropertySpecifies the file format used when exporting data to Amazon S3.- Specified by:
getFormatin interfaceCfnDirectoryBucket.DestinationProperty- See Also:
-
getBucketAccountId
Description copied from interface:CfnDirectoryBucket.DestinationPropertyThe account ID that owns the destination S3 bucket.- Specified by:
getBucketAccountIdin interfaceCfnDirectoryBucket.DestinationProperty- See Also:
-
getPrefix
Description copied from interface:CfnDirectoryBucket.DestinationPropertyThe prefix to use when exporting data.The prefix is prepended to all results.
- Specified by:
getPrefixin interfaceCfnDirectoryBucket.DestinationProperty- 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()
-