AWS::NetworkManager::LinkAssociationDescribes the association between a device and a link.
import { CfnLinkAssociation } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnLinkAssociationConfiguration passed to the constructor as CfnLinkAssociationProps.
deviceIdRequiredstringThe device ID for the link association.
globalNetworkIdRequiredstringThe ID of the global network.
linkIdRequiredstringThe ID of the link.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-networkmanagerAWS::NetworkManager::LinkAssociation