Skip to main content

link_associations_list_only

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

Overview

Namelink_associations_list_only
TypeResource
DescriptionThe AWS::NetworkManager::LinkAssociation type associates a link to a device. The device and link must be in the same global network and the same site.
Idaws.networkmanager.link_associations_list_only

Fields

NameDatatypeDescription
global_network_idstringThe ID of the global network.
device_idstringThe ID of the device
link_idstringThe ID of the link
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all link_associations in a region.

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

Permissions

For permissions required to operate on the link_associations_list_only resource, see link_associations