AutomationRuleV2ActionExternalIntegrationConfiguration.fromMap constructor
Implementation
factory AutomationRuleV2ActionExternalIntegrationConfiguration.fromMap(Map<String, dynamic> map) {
return AutomationRuleV2ActionExternalIntegrationConfiguration(
connectorArn: pulumi.Input.fromValue(map['connectorArn'] as String),
);
}