Class CfnFlow.RedshiftDestinationPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.RedshiftDestinationPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.RedshiftDestinationPropertiesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.RedshiftDestinationPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.RedshiftDestinationPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.RedshiftDestinationPropertiesProperty
An implementation for
CfnFlow.RedshiftDestinationPropertiesProperty
-
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.appflow.CfnFlow.RedshiftDestinationPropertiesProperty
CfnFlow.RedshiftDestinationPropertiesProperty.Builder, CfnFlow.RedshiftDestinationPropertiesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.RedshiftDestinationPropertiesProperty.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 object key for the bucket in which Amazon AppFlow places the destination files.final Object
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination.final String
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.final String
The object specified in the Amazon Redshift flow destination.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 theCfnFlow.RedshiftDestinationPropertiesProperty.Builder
.
-
-
Method Details
-
getIntermediateBucketName
Description copied from interface:CfnFlow.RedshiftDestinationPropertiesProperty
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.- Specified by:
getIntermediateBucketName
in interfaceCfnFlow.RedshiftDestinationPropertiesProperty
- See Also:
-
getObject
Description copied from interface:CfnFlow.RedshiftDestinationPropertiesProperty
The object specified in the Amazon Redshift flow destination.- Specified by:
getObject
in interfaceCfnFlow.RedshiftDestinationPropertiesProperty
- See Also:
-
getBucketPrefix
Description copied from interface:CfnFlow.RedshiftDestinationPropertiesProperty
The object key for the bucket in which Amazon AppFlow places the destination files.- Specified by:
getBucketPrefix
in interfaceCfnFlow.RedshiftDestinationPropertiesProperty
- See Also:
-
getErrorHandlingConfig
Description copied from interface:CfnFlow.RedshiftDestinationPropertiesProperty
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination.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.- Specified by:
getErrorHandlingConfig
in interfaceCfnFlow.RedshiftDestinationPropertiesProperty
- 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()
-