AWS::SecurityHub::AutomationRule RelatedFinding - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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

AWS::SecurityHub::AutomationRule RelatedFinding

Provides details about a list of findings that the current finding relates to.

Syntax

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

JSON

{ "Id" : String, "ProductArn" : String }

YAML

Id: String ProductArn: String

Properties

Id

The product-generated identifier for a related finding.

Array Members: Minimum number of 1 item. Maximum number of 20 items.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

ProductArn

The Amazon Resource Name (ARN) for the product that generated a related finding.

Required: Yes

Type: String

Pattern: ^arn:(aws|aws-cn|aws-us-gov|aws-iso-?[a-z]{0,2}):[A-Za-z0-9]{1,63}:[a-z]+-([a-z]{1,10}-)?[a-z]+-[0-9]+:([0-9]{12})?:.+$

Minimum: 12

Maximum: 2048

Update requires: No interruption