interface FindingAggregatorReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.SecurityHub.FindingAggregatorReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awssecurityhub#FindingAggregatorReference |
Java | software.amazon.awscdk.interfaces.securityhub.FindingAggregatorReference |
Python | aws_cdk.interfaces.aws_securityhub.FindingAggregatorReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_securityhub } from 'aws-cdk-lib/interfaces';
const findingAggregatorReference: interfaces_aws_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