interface RelatedFindingProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.SecurityHub.CfnAutomationRule.RelatedFindingProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#CfnAutomationRule_RelatedFindingProperty |
Java | software.amazon.awscdk.services.securityhub.CfnAutomationRule.RelatedFindingProperty |
Python | aws_cdk.aws_securityhub.CfnAutomationRule.RelatedFindingProperty |
TypeScript | aws-cdk-lib » aws_securityhub » CfnAutomationRule » RelatedFindingProperty |
Provides details about a list of findings that the current finding relates to.
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';
declare const id: any;
const relatedFindingProperty: securityhub.CfnAutomationRule.RelatedFindingProperty = {
id: id,
productArn: 'productArn',
};
Properties
Name | Type | Description |
---|---|---|
id | any | The product-generated identifier for a related finding. |
product | string | The Amazon Resource Name (ARN) for the product that generated a related finding. |
id
Type:
any
The product-generated identifier for a related finding.
Array Members: Minimum number of 1 item. Maximum number of 20 items.
productArn
Type:
string
The Amazon Resource Name (ARN) for the product that generated a related finding.