Skip to main content

links

Retrieves a list of links in a region

Overview

Namelinks
TypeResource
Descriptionlinks
Idawscc.networkmanager.links

Fields

NameDatatypeDescription
global_network_idstringThe ID of the global network.
link_idstringThe ID of the link.
regionstringAWS 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