link_association
Gets an individual link_association
resource
Overview
Name | link_association |
Type | Resource |
Description | link_association |
Id | awscc.networkmanager.link_association |
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_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