AWS::NetworkManager::LinkAssociationThe AWS::NetworkManager::LinkAssociation type associates a link to a device. The device and link must be in the same global network and the same site.
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DeviceId | string | RequiredCreate-only |
GlobalNetworkId | string | RequiredCreate-only |
LinkId | string | RequiredCreate-only |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkManager::LinkAssociation
Resources:
MyResource:
Type: AWS::NetworkManager::LinkAssociation
Properties:
GlobalNetworkId: "my-globalnetworkid"
DeviceId: "my-deviceid"
LinkId: "my-linkid"Permissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:GetLinkAssociationsnetworkmanager:AssociateLinknetworkmanager:GetLinkAssociationsnetworkmanager:GetLinkAssociationsnetworkmanager:DisassociateLinkOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGlobalNetworkIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
GlobalNetworkIdDeviceIdLinkId