link
Gets an individual link
resource
Overview
Name | link |
Type | Resource |
Description | link |
Id | awscc.oam.link |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
label | string | |
label_template | string | |
resource_types | array | |
sink_identifier | string | |
tags | object | Tags to apply to the link |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
label,
label_template,
resource_types,
sink_identifier,
tags
FROM awscc.oam.link
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the link
resource, the following permissions are required:
Read
oam:GetLink
Update
oam:GetLink,
oam:UpdateLink,
cloudwatch:Link,
logs:Link,
xray:Link,
applicationinsights:Link,
oam:TagResource,
oam:UntagResource
Delete
oam:DeleteLink,
oam:GetLink