interface ExternalIntegrationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SecurityHub.CfnAutomationRuleV2.ExternalIntegrationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#CfnAutomationRuleV2_ExternalIntegrationConfigurationProperty |
Java | software.amazon.awscdk.services.securityhub.CfnAutomationRuleV2.ExternalIntegrationConfigurationProperty |
Python | aws_cdk.aws_securityhub.CfnAutomationRuleV2.ExternalIntegrationConfigurationProperty |
TypeScript | aws-cdk-lib » aws_securityhub » CfnAutomationRuleV2 » ExternalIntegrationConfigurationProperty |
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 { aws_securityhub as securityhub } from 'aws-cdk-lib';
const externalIntegrationConfigurationProperty: securityhub.CfnAutomationRuleV2.ExternalIntegrationConfigurationProperty = {
connectorArn: 'connectorArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| connector | string | The ARN of the connector that establishes the integration. |
connectorArn?
Type:
string
(optional)
The ARN of the connector that establishes the integration.

.NET
Go
Java
Python
TypeScript