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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnAutomationRuleV2.ExternalIntegrationConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getConnectorArn
The ARN of the connector that establishes the integration.- See Also:
-
builder
@Stability(Stable) static CfnAutomationRuleV2.ExternalIntegrationConfigurationProperty.Builder builder()
-