ConnectorV2Reference

class aws_cdk.interfaces.aws_securityhub.ConnectorV2Reference(*, connector_arn)

Bases: object

A reference to a ConnectorV2 resource.

Parameters:

connector_arn (str) – The ConnectorArn of the ConnectorV2 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.interfaces import aws_securityhub as interfaces_securityhub

connector_v2_reference = interfaces_securityhub.ConnectorV2Reference(
    connector_arn="connectorArn"
)

Attributes

connector_arn

The ConnectorArn of the ConnectorV2 resource.