DirectConnectGatewayAssociationReference

class aws_cdk.interfaces.aws_directconnect.DirectConnectGatewayAssociationReference(*, association_id)

Bases: object

A reference to a DirectConnectGatewayAssociation resource.

Parameters:

association_id (str) – The AssociationId of the DirectConnectGatewayAssociation 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_directconnect as interfaces_directconnect

direct_connect_gateway_association_reference = interfaces_directconnect.DirectConnectGatewayAssociationReference(
    association_id="associationId"
)

Attributes

association_id

The AssociationId of the DirectConnectGatewayAssociation resource.