public static final class CfnFlow.RedshiftDestinationPropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.RedshiftDestinationPropertiesProperty
CfnFlow.RedshiftDestinationPropertiesProperty
CfnFlow.RedshiftDestinationPropertiesProperty.Builder, CfnFlow.RedshiftDestinationPropertiesProperty.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 bucket in which Amazon AppFlow places the destination files.
|
java.lang.Object |
getErrorHandlingConfig()
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination.
|
java.lang.String |
getIntermediateBucketName()
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
|
java.lang.String |
getObject()
The object specified in the Amazon Redshift 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.RedshiftDestinationPropertiesProperty
getIntermediateBucketName
in interface CfnFlow.RedshiftDestinationPropertiesProperty
public final java.lang.String getObject()
CfnFlow.RedshiftDestinationPropertiesProperty
getObject
in interface CfnFlow.RedshiftDestinationPropertiesProperty
public final java.lang.String getBucketPrefix()
CfnFlow.RedshiftDestinationPropertiesProperty
getBucketPrefix
in interface CfnFlow.RedshiftDestinationPropertiesProperty
public final java.lang.Object getErrorHandlingConfig()
CfnFlow.RedshiftDestinationPropertiesProperty
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.RedshiftDestinationPropertiesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()