links_list_only
Lists links
in a region or regions, for all properties use links
Overview
Name | links_list_only |
Type | Resource |
Description | The AWS::NetworkManager::Link type describes a link. |
Id | aws.networkmanager.links_list_only |
Fields
Name | Datatype | Description |
---|---|---|
link_arn | string | The Amazon Resource Name (ARN) of the link. |
link_id | string | The ID of the link. |
global_network_id | string | The ID of the global network. |
site_id | string | The ID of the site |
bandwidth | object | The Bandwidth for the link. |
provider | string | The provider of the link. |
description | string | The description of the link. |
tags | array | The tags for the link. |
type | string | The type of the link. |
created_at | string | The date and time that the device was created. |
state | string | The state of the link. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all links
in a region.
SELECT
region,
global_network_id,
link_id
FROM aws.networkmanager.links_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the links_list_only
resource, see links