link
Gets an individual link
resource
Overview
Name | link |
Type | Resource |
Description | link |
Id | awscc.networkmanager.link |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
link_arn,
link_id,
global_network_id,
site_id,
bandwidth,
provider,
description,
tags,
type,
created_at,
state
FROM awscc.networkmanager.link
WHERE data__Identifier = '<GlobalNetworkId>|<LinkId>';
Permissions
To operate on the link
resource, the following permissions are required:
Read
networkmanager:GetLinks
Update
networkmanager:ListTagsForResource,
networkmanager:TagResource,
networkmanager:GetLinks,
networkmanager:UntagResource,
networkmanager:UpdateLink
Delete
networkmanager:GetLinks,
networkmanager:DeleteLink