apis_list_only
Lists apis in a region or regions, for all properties use apis
Overview
| Name | apis_list_only |
| Type | Resource |
| Description | Resource schema for AppSync Api |
| Id | aws.appsync.apis_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
api_arn | string | The Amazon Resource Name (ARN) of the AppSync Api |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all apis in a region.
SELECT
region,
api_arn
FROM aws.appsync.apis_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the apis_list_only resource, see apis