AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::LinkAssociation

CfnLinkAssociation

Describes the association between a device and a link.

Import

import { CfnLinkAssociation } from 'aws-cdk-lib/aws-networkmanager';

Or use the module namespace:

import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnLinkAssociation

Properties

Configuration passed to the constructor as CfnLinkAssociationProps.

deviceIdRequired
string

The device ID for the link association.

globalNetworkIdRequired
string

The ID of the global network.

linkIdRequired
string

The ID of the link.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter