FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo class

Constructors

FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo({Input<FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig?>? errorHandlingConfig, required Input<String> object_})
Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo. 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.
const
FlowDestinationFlowConfigDestinationConnectorPropertiesMarketo.fromMap(Map<String, dynamic> map)
factory

Properties

errorHandlingConfig → Input<FlowDestinationFlowConfigDestinationConnectorPropertiesMarketoErrorHandlingConfig?>?
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.
final
hashCode int
The hash code for this object.
no setterinherited
object_ → Input<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited