FlowSnowflakeDestinationPropertiesArgs

data class FlowSnowflakeDestinationPropertiesArgs(val bucketPrefix: Output<String>? = null, val errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, val intermediateBucketName: Output<String>, val object: Output<String>) : ConvertibleToJava<FlowSnowflakeDestinationPropertiesArgs>

Constructors

Link copied to clipboard
constructor(bucketPrefix: Output<String>? = null, errorHandlingConfig: Output<FlowErrorHandlingConfigArgs>? = null, intermediateBucketName: Output<String>, object: Output<String>)

Properties

Link copied to clipboard
val bucketPrefix: Output<String>? = null

The object key for the destination bucket in which Amazon AppFlow places the files.

Link copied to clipboard

The 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. ErrorHandlingConfig is a part of the destination connector details.

Link copied to clipboard

The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.

Link copied to clipboard
val object: Output<String>

The object specified in the Snowflake flow destination.

Functions

Link copied to clipboard
open override fun toJava(): FlowSnowflakeDestinationPropertiesArgs