interface FindingAggregatorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SecurityHub.FindingAggregatorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecurityhub#FindingAggregatorReference |
Java | software.amazon.awscdk.services.securityhub.FindingAggregatorReference |
Python | aws_cdk.aws_securityhub.FindingAggregatorReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript