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