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