HubV2Reference

class aws_cdk.aws_securityhub.HubV2Reference(*, hub_v2_arn)

Bases: object

A reference to a HubV2 resource.

Parameters:

hub_v2_arn (str) – The HubV2Arn of the HubV2 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

hub_v2_reference = securityhub.HubV2Reference(
    hub_v2_arn="hubV2Arn"
)

Attributes

hub_v2_arn

The HubV2Arn of the HubV2 resource.