AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::NetworkManager::Link

CfnLink

Specifies a link for a site.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnLinkProps.

bandwidthRequired
IResolvable | BandwidthProperty

The bandwidth for the link.

globalNetworkIdRequired
string

The ID of the global network.

siteIdRequired
string

The ID of the site.

descriptionOptional
string

A description of the link. Constraints: Maximum length of 256 characters.

providerOptional
string

The provider of the link. Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^

tagsOptional
CfnTag[]

The tags for the link.

typeOptional
string

The type of the link. Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^

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