AWS::SecurityHub::AutomationRuleV2 AutomationRulesFindingFieldsUpdateV2 - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SecurityHub::AutomationRuleV2 AutomationRulesFindingFieldsUpdateV2

Allows you to define the structure for modifying specific fields in security findings.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Comment" : String, "SeverityId" : Integer, "StatusId" : Integer }

YAML

Comment: String SeverityId: Integer StatusId: Integer

Properties

Comment

Notes or contextual information for findings that are modified by the automation rule.

Required: No

Type: String

Pattern: .*\S.*

Update requires: No interruption

SeverityId

The severity level to be assigned to findings that match the automation rule criteria.

Required: No

Type: Integer

Update requires: No interruption

StatusId

The status to be applied to findings that match automation rule criteria.

Required: No

Type: Integer

Update requires: No interruption