FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode constructor
const
FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode({
- Input<
FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycodeErrorHandlingConfig?> ? errorHandlingConfig, - required Input<
String> object_,
Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode.
errorHandlingConfig Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See the destination_flow_config.destination_connector_properties.zendesk.error_handling_config Block for details.
object_ Required.
Implementation
const FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode({
this.errorHandlingConfig,
required this.object_,
});