CfnLinkAssociationMixinProps
- class aws_cdk.cfn_property_mixins.aws_networkmanager.CfnLinkAssociationMixinProps(*, device_id=None, global_network_id=None, link_id=None)
Bases:
objectProperties for CfnLinkAssociationPropsMixin.
- Parameters:
device_id (
Optional[str]) – The device ID for the link association.global_network_id (
Optional[str]) – The ID of the global network.link_id (
Optional[str]) – The ID of the link.
- See:
- 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.cfn_property_mixins import aws_networkmanager as networkmanager cfn_link_association_mixin_props = networkmanager.CfnLinkAssociationMixinProps( 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.