links
Retrieves a list of links
in a region
Overview
Name | links |
Type | Resource |
Description | links |
Id | awscc.networkmanager.links |
Fields
Name | Datatype | Description |
---|---|---|
global_network_id | string | The ID of the global network. |
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,
link_id
FROM awscc.networkmanager.links
WHERE region = 'us-east-1'
Permissions
To operate on the links
resource, the following permissions are required:
Create
networkmanager:CreateLink,
networkmanager:GetLinks,
networkmanager:TagResource
List
networkmanager:GetLinks