Skip to main content

link_association

Gets an individual link_association resource

Overview

Namelink_association
TypeResource
Descriptionlink_association
Idawscc.networkmanager.link_association

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_association
WHERE data__Identifier = '<GlobalNetworkId>|<DeviceId>|<LinkId>';

Permissions

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

Read

networkmanager:GetLinkAssociations

Delete

networkmanager:DisassociateLink