interface IFindingAggregatorRef
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.SecurityHub.IFindingAggregatorRef | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#IFindingAggregatorRef | 
|  Java | software.amazon.awscdk.services.securityhub.IFindingAggregatorRef | 
|  Python | aws_cdk.aws_securityhub.IFindingAggregatorRef | 
|  TypeScript | aws-cdk-lib»aws_securityhub»IFindingAggregatorRef | 
Implemented by
Cfn
Indicates that this resource can be referenced as a FindingAggregator.
Properties
| Name | Type | Description | 
|---|---|---|
| finding | Finding | A reference to a FindingAggregator resource. | 
| node | Node | The tree node. | 
findingAggregatorRef
Type:
Finding
A reference to a FindingAggregator resource.
node
Type:
Node
The tree node.
