FlowRedshiftDestinationPropertiesArgs

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

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 bucket in which Amazon AppFlow places the destination files.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
val object: Output<String>

The object specified in the Amazon Redshift flow destination.

Functions

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