Skip to main content

link

Gets an individual link resource

Overview

Namelink
TypeResource
Descriptionlink
Idawscc.networkmanager.link

Fields

NameDatatypeDescription
link_arnstringThe Amazon Resource Name (ARN) of the link.
link_idstringThe ID of the link.
global_network_idstringThe ID of the global network.
site_idstringThe ID of the site
bandwidthobjectThe Bandwidth for the link.
providerstringThe provider of the link.
descriptionstringThe description of the link.
tagsarrayThe tags for the link.
typestringThe type of the link.
created_atstringThe date and time that the device was created.
statestringThe state of the link.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
link_arn,
link_id,
global_network_id,
site_id,
bandwidth,
provider,
description,
tags,
type,
created_at,
state
FROM awscc.networkmanager.link
WHERE data__Identifier = '<GlobalNetworkId>|<LinkId>';

Permissions

To operate on the link resource, the following permissions are required:

Read

networkmanager:GetLinks

Update

networkmanager:ListTagsForResource,
networkmanager:TagResource,
networkmanager:GetLinks,
networkmanager:UntagResource,
networkmanager:UpdateLink

Delete

networkmanager:GetLinks,
networkmanager:DeleteLink