link_tags
Expands all tag keys and values for links
in a region
Overview
Name | link_tags |
Type | Resource |
Description | The AWS::NetworkManager::Link type describes a link. |
Id | aws.networkmanager.link_tags |
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. |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all links
in a region.
SELECT
region,
link_arn,
link_id,
global_network_id,
site_id,
bandwidth,
provider,
description,
type,
created_at,
state,
tag_key,
tag_value
FROM aws.networkmanager.link_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the link_tags
resource, see links