FlowErrorHandlingConfigArgs

data class FlowErrorHandlingConfigArgs(val bucketName: Output<String>? = null, val bucketPrefix: Output<String>? = null, val failOnFirstError: Output<Boolean>? = null) : ConvertibleToJava<FlowErrorHandlingConfigArgs>

Constructors

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

Properties

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

Specifies the name of the Amazon S3 bucket.

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

Specifies the Amazon S3 bucket prefix.

Link copied to clipboard
val failOnFirstError: Output<Boolean>? = null

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

Functions

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