links_list_only
Lists links in a region or regions, for all properties use links
Overview
| Name | links_list_only |
| Type | Resource |
| Description | Definition of AWS::Oam::Link Resource Type |
| Id | aws.oam.links_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all links in a region.
SELECT
region,
arn
FROM aws.oam.links_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the links_list_only resource, see links