graphql_apis_list_only
Lists graphql_apis
in a region or regions, for all properties use graphql_apis
Overview
Name | graphql_apis_list_only |
Type | Resource |
Description | Resource Type definition for AWS::AppSync::GraphQLApi |
Id | aws.appsync.graphql_apis_list_only |
Fields
Name | Datatype | Description |
---|---|---|
api_id | string | Unique AWS AppSync GraphQL API identifier. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all graphql_apis
in a region.
SELECT
region,
api_id
FROM aws.appsync.graphql_apis_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the graphql_apis_list_only
resource, see graphql_apis