FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfigArgs

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

Constructors

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

Properties

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

Name of the Amazon S3 bucket.

Link copied to clipboard
val bucketPrefix: Output<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.

Functions

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