link_associations
Retrieves a list of link_associations
in a region
Overview
Name | link_associations |
Type | Resource |
Description | link_associations |
Id | awscc.networkmanager.link_associations |
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
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