FlowErrorHandlingConfig

data class FlowErrorHandlingConfig(val bucketName: String? = null, val bucketPrefix: String? = null, val failOnFirstError: Boolean? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String? = null, bucketPrefix: String? = null, failOnFirstError: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

Specifies the name of the Amazon S3 bucket.

Link copied to clipboard
val bucketPrefix: String? = null

Specifies the Amazon S3 bucket prefix.

Link copied to clipboard

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