Interface CfnAutomationRuleV2.ExternalIntegrationConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAutomationRuleV2.ExternalIntegrationConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnAutomationRuleV2

@Stability(Stable) public static interface CfnAutomationRuleV2.ExternalIntegrationConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The settings for integrating automation rule actions with external systems or service.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.securityhub.*;
 ExternalIntegrationConfigurationProperty externalIntegrationConfigurationProperty = ExternalIntegrationConfigurationProperty.builder()
         .connectorArn("connectorArn")
         .build();
 

See Also: