link_associations_list_only
Lists link_associations
in a region or regions, for all properties use link_associations
Overview
Name | link_associations_list_only |
Type | Resource |
Description | The 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. |
Id | aws.networkmanager.link_associations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
global_network_id | string | The ID of the global network. |
device_id | string | The ID of the device |
link_id | string | The ID of the link |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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