FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftArgs

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

Constructors

constructor(bucketPrefix: Output<String>? = null, errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfigArgs>? = null, intermediateBucketName: Output<String>, object: Output<String>)

Properties

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

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

Link copied to clipboard

Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See Error Handling Config for more details.

Link copied to clipboard

Intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.

Link copied to clipboard
val object: Output<String>

Object specified in the flow destination.

Functions

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