FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig

data class FlowDestinationFlowConfigDestinationConnectorPropertiesRedshiftErrorHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null, val failOnFirstDestinationError: Boolean? = null)

Constructors

constructor(bucketName: String? = null, bucketPrefix: String? = null, failOnFirstDestinationError: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

Name of the Amazon S3 bucket.

Link copied to clipboard
val bucketPrefix: String? = null

Amazon S3 bucket prefix.

Link copied to clipboard

If the flow should fail after the first instance of a failure when attempting to place data in the destination.