Skip to main content

link_tags

Expands all tag keys and values for links in a region

Overview

Namelink_tags
TypeResource
DescriptionThe AWS::NetworkManager::Link type describes a link.
Idaws.networkmanager.link_tags

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.
typestringThe type of the link.
created_atstringThe date and time that the device was created.
statestringThe state of the link.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all links in a region.

SELECT
region,
link_arn,
link_id,
global_network_id,
site_id,
bandwidth,
provider,
description,
type,
created_at,
state,
tag_key,
tag_value
FROM aws.networkmanager.link_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the link_tags resource, see links