AWS Fundamentals Logo
AWS Fundamentals
AWS::NetworkManager::LinkAssociation

NetworkManager LinkAssociation

The 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.

Properties

3 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
DeviceId
string
RequiredCreate-only
GlobalNetworkId
string
RequiredCreate-only
LinkId
string
RequiredCreate-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

networkmanager:GetLinkAssociationsnetworkmanager:AssociateLink

read

networkmanager:GetLinkAssociations

list

networkmanager:GetLinkAssociations

delete

networkmanager:DisassociateLink

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceNetworkManager
Properties3
Required3
TaggingNot supported
Primary IDGlobalNetworkId

Supported Operations

CreateReadListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

GlobalNetworkIdDeviceIdLinkId

External Links