interface FindingAggregatorReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SecurityHub.FindingAggregatorReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#FindingAggregatorReference |
![]() | software.amazon.awscdk.services.securityhub.FindingAggregatorReference |
![]() | aws_cdk.aws_securityhub.FindingAggregatorReference |
![]() | aws-cdk-lib » aws_securityhub » FindingAggregatorReference |
A reference to a FindingAggregator resource.
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 findingAggregatorReference: securityhub.FindingAggregatorReference = {
findingAggregatorArn: 'findingAggregatorArn',
};
Properties
Name | Type | Description |
---|---|---|
finding | string | The FindingAggregatorArn of the FindingAggregator resource. |
findingAggregatorArn
Type:
string
The FindingAggregatorArn of the FindingAggregator resource.