interface ExternalIntegrationConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecurityHub.CfnAutomationRuleV2.ExternalIntegrationConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#CfnAutomationRuleV2_ExternalIntegrationConfigurationProperty |
![]() | software.amazon.awscdk.services.securityhub.CfnAutomationRuleV2.ExternalIntegrationConfigurationProperty |
![]() | aws_cdk.aws_securityhub.CfnAutomationRuleV2.ExternalIntegrationConfigurationProperty |
![]() | 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.