FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge.fromMap constructor
FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge.fromMap()
Implementation
factory FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge.fromMap(Map<String, dynamic> map) {
return FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridge(
errorHandlingConfig: (() { final guardedValue = map['errorHandlingConfig']; if (guardedValue == null) return null; return pulumi.Input.fromValue(FlowDestinationFlowConfigDestinationConnectorPropertiesEventBridgeErrorHandlingConfig.fromMap((guardedValue as Map).cast<String, dynamic>())); })(),
object_: pulumi.Input.fromValue(map['object'] as String),
);
}