interface AutomationRulesActionV2Property
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecurityHub.CfnAutomationRuleV2.AutomationRulesActionV2Property |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#CfnAutomationRuleV2_AutomationRulesActionV2Property |
![]() | software.amazon.awscdk.services.securityhub.CfnAutomationRuleV2.AutomationRulesActionV2Property |
![]() | aws_cdk.aws_securityhub.CfnAutomationRuleV2.AutomationRulesActionV2Property |
![]() | aws-cdk-lib » aws_securityhub » CfnAutomationRuleV2 » AutomationRulesActionV2Property |
Allows you to configure automated responses.
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 automationRulesActionV2Property: securityhub.CfnAutomationRuleV2.AutomationRulesActionV2Property = {
type: 'type',
// the properties below are optional
externalIntegrationConfiguration: {
connectorArn: 'connectorArn',
},
findingFieldsUpdate: {
comment: 'comment',
severityId: 123,
statusId: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
type | string | Specifies the type of action that Security Hub takes when a finding matches the defined criteria of a rule. |
external | IResolvable | External | The settings for integrating automation rule actions with external systems or service. |
finding | IResolvable | Automation | Specifies that the automation rule action is an update to a finding field. |
type
Type:
string
Specifies the type of action that Security Hub takes when a finding matches the defined criteria of a rule.
externalIntegrationConfiguration?
Type:
IResolvable
|
External
(optional)
The settings for integrating automation rule actions with external systems or service.
findingFieldsUpdate?
Type:
IResolvable
|
Automation
(optional)
Specifies that the automation rule action is an update to a finding field.