Flow Destination Flow Config Destination Connector Properties Redshift Args
data class FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftArgs(val bucketPrefix: Output<String>? = null, val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfigArgs>? = null, val intermediateBucketName: Output<String>, val object: Output<String>) : ConvertibleToJava<FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftArgs>
Constructors
Link copied to clipboard
constructor(bucketPrefix: Output<String>? = null, errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfigArgs>? = null, intermediateBucketName: Output<String>, object: Output<String>)
Properties
Link copied to clipboard
Object key for the bucket in which Amazon AppFlow places the destination files.
Link copied to clipboard
val errorHandlingConfig: Output<FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfigArgs>? = null
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.