FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode.fromMap constructor

FlowDestinationFlowConfigDestinationConnectorPropertiesHoneycode.fromMap(
  1. Map<String, dynamic> map
)

Implementation

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