AWS::NetworkManager::LinkSpecifies a link for a site.
import { CfnLink } from 'aws-cdk-lib/aws-networkmanager';Or use the module namespace:
import * as networkmanager from 'aws-cdk-lib/aws-networkmanager';
// networkmanager.CfnLinkConfiguration passed to the constructor as CfnLinkProps.
bandwidthRequiredIResolvable | BandwidthPropertyThe bandwidth for the link.
globalNetworkIdRequiredstringThe ID of the global network.
siteIdRequiredstringThe ID of the site.
descriptionOptionalstringA description of the link. Constraints: Maximum length of 256 characters.
providerOptionalstringThe provider of the link. Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
tagsOptionalCfnTag[]The tags for the link.
typeOptionalstringThe type of the link. Constraints: Maximum length of 128 characters. Cannot include the following characters: | \ ^
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::Link