FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig constructor

const FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig({
  1. Input<String?>? bucketName,
  2. Input<String?>? bucketPrefix,
  3. Input<bool?>? failOnFirstDestinationError,
})

Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig. bucketName Optional. bucketPrefix Optional. failOnFirstDestinationError Whether to fail the flow after the first instance of a failure when attempting to place data in the destination.

Implementation

const FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig({
  this.bucketName,
  this.bucketPrefix,
  this.failOnFirstDestinationError,
});