Class CfnBucketPropsMixin.DestinationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.DestinationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnBucketPropsMixin.DestinationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnBucketPropsMixin.DestinationProperty
@Stability(Stable)
@Internal
public static final class CfnBucketPropsMixin.DestinationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnBucketPropsMixin.DestinationProperty
An implementation for
CfnBucketPropsMixin.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.s3.CfnBucketPropsMixin.DestinationProperty
CfnBucketPropsMixin.DestinationProperty.Builder, CfnBucketPropsMixin.DestinationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnBucketPropsMixin.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 ObjectThe Amazon Resource Name (ARN) of the 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 theCfnBucketPropsMixin.DestinationProperty.Builder.
-
-
Method Details
-
getBucketAccountId
Description copied from interface:CfnBucketPropsMixin.DestinationPropertyThe account ID that owns the destination S3 bucket.If no account ID is provided, the owner is not validated before exporting data.
Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
- Specified by:
getBucketAccountIdin interfaceCfnBucketPropsMixin.DestinationProperty- See Also:
-
getBucketArn
Description copied from interface:CfnBucketPropsMixin.DestinationPropertyThe Amazon Resource Name (ARN) of the bucket to which data is exported.Returns union: either
StringorIBucketRef- Specified by:
getBucketArnin interfaceCfnBucketPropsMixin.DestinationProperty- See Also:
-
getFormat
Description copied from interface:CfnBucketPropsMixin.DestinationPropertySpecifies the file format used when exporting data to Amazon S3.Allowed values :
CSV|ORC|Parquet- Specified by:
getFormatin interfaceCfnBucketPropsMixin.DestinationProperty- See Also:
-
getPrefix
Description copied from interface:CfnBucketPropsMixin.DestinationPropertyThe prefix to use when exporting data.The prefix is prepended to all results.
- Specified by:
getPrefixin interfaceCfnBucketPropsMixin.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()
-