AWS::NetworkManager::LinkThe AWS::NetworkManager::Link type describes a link.
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Bandwidth | Bandwidth | Required |
GlobalNetworkId | string | RequiredCreate-only |
SiteId | string | RequiredCreate-only |
Description | string | |
Provider | string | |
Tags | Array<Tag> | |
Type | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The date and time that the device was created. |
LinkArn | string | The Amazon Resource Name (ARN) of the link. |
LinkId | string | The ID of the link. |
State | string | The state of the link. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkManager::Link
Resources:
MyResource:
Type: AWS::NetworkManager::Link
Properties:
GlobalNetworkId: "my-globalnetworkid"
SiteId: "my-siteid"
Bandwidth: "my-bandwidth"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
networkmanager:CreateLinknetworkmanager:GetLinksnetworkmanager:TagResourcenetworkmanager:GetLinksnetworkmanager:ListTagsForResourcenetworkmanager:TagResourcenetworkmanager:GetLinksnetworkmanager:UntagResourcenetworkmanager:UpdateLinknetworkmanager:GetLinksnetworkmanager:DeleteLinknetworkmanager:GetLinksOur 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.
GlobalNetworkIdSiteId