Skip to main content

link_associations

Retrieves a list of link_associations in a region

Overview

Namelink_associations
TypeResource
Descriptionlink_associations
Idawscc.networkmanager.link_associations

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
global_network_id,
device_id,
link_id
FROM awscc.networkmanager.link_associations
WHERE region = 'us-east-1'

Permissions

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

Create

networkmanager:GetLinkAssociations,
networkmanager:AssociateLink

List

networkmanager:GetLinkAssociations