AggregatorV2Reference
- class aws_cdk.aws_securityhub.AggregatorV2Reference(*, aggregator_v2_arn)
Bases:
object
A reference to a AggregatorV2 resource.
- Parameters:
aggregator_v2_arn (
str
) – The AggregatorV2Arn of the AggregatorV2 resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_securityhub as securityhub aggregator_v2_reference = securityhub.AggregatorV2Reference( aggregator_v2_arn="aggregatorV2Arn" )
Attributes
- aggregator_v2_arn
The AggregatorV2Arn of the AggregatorV2 resource.