interface AutomationRulesFindingFieldsUpdateV2Property
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecurityHub.CfnAutomationRuleV2.AutomationRulesFindingFieldsUpdateV2Property |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#CfnAutomationRuleV2_AutomationRulesFindingFieldsUpdateV2Property |
![]() | software.amazon.awscdk.services.securityhub.CfnAutomationRuleV2.AutomationRulesFindingFieldsUpdateV2Property |
![]() | aws_cdk.aws_securityhub.CfnAutomationRuleV2.AutomationRulesFindingFieldsUpdateV2Property |
![]() | aws-cdk-lib » aws_securityhub » CfnAutomationRuleV2 » AutomationRulesFindingFieldsUpdateV2Property |
Allows you to define the structure for modifying specific fields in security findings.
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 automationRulesFindingFieldsUpdateV2Property: securityhub.CfnAutomationRuleV2.AutomationRulesFindingFieldsUpdateV2Property = {
comment: 'comment',
severityId: 123,
statusId: 123,
};
Properties
Name | Type | Description |
---|---|---|
comment? | string | Notes or contextual information for findings that are modified by the automation rule. |
severity | number | The severity level to be assigned to findings that match the automation rule criteria. |
status | number | The status to be applied to findings that match automation rule criteria. |
comment?
Type:
string
(optional)
Notes or contextual information for findings that are modified by the automation rule.
severityId?
Type:
number
(optional)
The severity level to be assigned to findings that match the automation rule criteria.
statusId?
Type:
number
(optional)
The status to be applied to findings that match automation rule criteria.