AutomationRuleV2ActionExternalIntegrationConfiguration constructor

const AutomationRuleV2ActionExternalIntegrationConfiguration({
  1. required Input<String> connectorArn,
})

Creates a new AutomationRuleV2ActionExternalIntegrationConfiguration. connectorArn The ARN of the connector.

Implementation

const AutomationRuleV2ActionExternalIntegrationConfiguration({
  required this.connectorArn,
});