Skip to main content

links_list_only

Lists links in a region or regions, for all properties use links

Overview

Namelinks_list_only
TypeResource
DescriptionThe AWS::NetworkManager::Link type describes a link.
Idaws.networkmanager.links_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all links in a region.

SELECT
region,
global_network_id,
link_id
FROM aws.networkmanager.links_list_only
WHERE region = 'us-east-1';

Permissions

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