CfnLinkAssociationProps
- class aws_cdk.aws_networkmanager.CfnLinkAssociationProps(*, device_id, global_network_id, link_id)
Bases:
object
Properties for defining a
CfnLinkAssociation
.- Parameters:
device_id (
str
) – The device ID for the link association.global_network_id (
str
) – The ID of the global network.link_id (
str
) – The ID of the link.
- Link:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_networkmanager as networkmanager cfn_link_association_props = networkmanager.CfnLinkAssociationProps( device_id="deviceId", global_network_id="globalNetworkId", link_id="linkId" )
Attributes
- device_id
The device ID for the link association.
- global_network_id
The ID of the global network.