public static final class CfnFlow.S3DestinationPropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.S3DestinationPropertiesProperty
CfnFlow.S3DestinationPropertiesProperty
CfnFlow.S3DestinationPropertiesProperty.Builder, CfnFlow.S3DestinationPropertiesProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBucketName()
The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
|
java.lang.String |
getBucketPrefix()
The object key for the destination bucket in which Amazon AppFlow places the files.
|
java.lang.Object |
getS3OutputFormatConfig()
The configuration that determines how Amazon AppFlow should format the flow output data when Amazon S3 is used as the destination.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getBucketName()
CfnFlow.S3DestinationPropertiesProperty
getBucketName
in interface CfnFlow.S3DestinationPropertiesProperty
public final java.lang.String getBucketPrefix()
CfnFlow.S3DestinationPropertiesProperty
getBucketPrefix
in interface CfnFlow.S3DestinationPropertiesProperty
public final java.lang.Object getS3OutputFormatConfig()
CfnFlow.S3DestinationPropertiesProperty
getS3OutputFormatConfig
in interface CfnFlow.S3DestinationPropertiesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()