interface ExternalIntegrationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SecurityHub.CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssecurityhub#CfnAutomationRuleV2PropsMixin_ExternalIntegrationConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.securityhub.CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_securityhub.CfnAutomationRuleV2PropsMixin.ExternalIntegrationConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_securityhub » CfnAutomationRuleV2PropsMixin » 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/cfn-property-mixins';
const externalIntegrationConfigurationProperty: securityhub.CfnAutomationRuleV2PropsMixin.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