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