Class CfnFlow.SnowflakeDestinationPropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.SnowflakeDestinationPropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.SnowflakeDestinationPropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFlow.SnowflakeDestinationPropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.SnowflakeDestinationPropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.SnowflakeDestinationPropertiesProperty
An implementation for
CfnFlow.SnowflakeDestinationPropertiesProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnFlow.SnowflakeDestinationPropertiesProperty
CfnFlow.SnowflakeDestinationPropertiesProperty.Builder, CfnFlow.SnowflakeDestinationPropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlow.SnowflakeDestinationPropertiesProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe object key for the destination bucket in which Amazon AppFlow places the files.final ObjectThe settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination.final StringThe intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.final StringThe object specified in the Snowflake flow destination.final inthashCode()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.SnowflakeDestinationPropertiesProperty.Builder.
-
-
Method Details
-
getIntermediateBucketName
Description copied from interface:CfnFlow.SnowflakeDestinationPropertiesPropertyThe intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.- Specified by:
getIntermediateBucketNamein interfaceCfnFlow.SnowflakeDestinationPropertiesProperty
-
getObject
Description copied from interface:CfnFlow.SnowflakeDestinationPropertiesPropertyThe object specified in the Snowflake flow destination.- Specified by:
getObjectin interfaceCfnFlow.SnowflakeDestinationPropertiesProperty
-
getBucketPrefix
Description copied from interface:CfnFlow.SnowflakeDestinationPropertiesPropertyThe object key for the destination bucket in which Amazon AppFlow places the files.- Specified by:
getBucketPrefixin interfaceCfnFlow.SnowflakeDestinationPropertiesProperty
-
getErrorHandlingConfig
Description copied from interface:CfnFlow.SnowflakeDestinationPropertiesPropertyThe settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake 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.
ErrorHandlingConfigis a part of the destination connector details.- Specified by:
getErrorHandlingConfigin interfaceCfnFlow.SnowflakeDestinationPropertiesProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-