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

.NET
Go
Java
Python
TypeScript