public static final class CfnFlow.SnowflakeDestinationPropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.SnowflakeDestinationPropertiesProperty
CfnFlow.SnowflakeDestinationPropertiesProperty
CfnFlow.SnowflakeDestinationPropertiesProperty.Builder, CfnFlow.SnowflakeDestinationPropertiesProperty.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 |
getBucketPrefix()
The object key for the destination bucket in which Amazon AppFlow places the files.
|
java.lang.Object |
getErrorHandlingConfig()
The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination.
|
java.lang.String |
getIntermediateBucketName()
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
|
java.lang.String |
getObject()
The object specified in the Snowflake flow 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 getIntermediateBucketName()
CfnFlow.SnowflakeDestinationPropertiesProperty
getIntermediateBucketName
in interface CfnFlow.SnowflakeDestinationPropertiesProperty
public final java.lang.String getObject()
CfnFlow.SnowflakeDestinationPropertiesProperty
getObject
in interface CfnFlow.SnowflakeDestinationPropertiesProperty
public final java.lang.String getBucketPrefix()
CfnFlow.SnowflakeDestinationPropertiesProperty
getBucketPrefix
in interface CfnFlow.SnowflakeDestinationPropertiesProperty
public final java.lang.Object getErrorHandlingConfig()
CfnFlow.SnowflakeDestinationPropertiesProperty
For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig
is a part of the destination connector details.
getErrorHandlingConfig
in interface CfnFlow.SnowflakeDestinationPropertiesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()