Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-networkmanager-link.json
Parent schema serverless-framework-configuration
Type: object

The AWS::NetworkManager::Link type describes a link.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-networkmanager.git

Properties

GlobalNetworkId string | Aws_CF_FunctionString required

The ID of the global network.

SiteId string | Aws_CF_FunctionString required

The ID of the site

Bandwidth object required

The bandwidth for the link.

2 nested properties
DownloadSpeed integer

Download speed in Mbps.

UploadSpeed integer

Upload speed in Mbps.

Provider string | Aws_CF_FunctionString

The provider of the link.

Description string | Aws_CF_FunctionString

The description of the link.

Tags Tag[]

The tags for the link.

Type string | Aws_CF_FunctionString

The type of the link.

Definitions

Tag object

A key-value pair to associate with a link resource.

Key string | Aws_CF_FunctionString
Value string | Aws_CF_FunctionString
Bandwidth object

The bandwidth for the link.

DownloadSpeed integer

Download speed in Mbps.

UploadSpeed integer

Upload speed in Mbps.