Skip to main content

resolvers_list_only

Lists resolvers in a region or regions, for all properties use resolvers

Overview

Nameresolvers_list_only
TypeResource
DescriptionThe AWS::AppSync::Resolver resource defines the logical GraphQL resolver that you attach to fields in a schema. Request and response templates for resolvers are written in Apache Velocity Template Language (VTL) format. For more information about resolvers, see [Resolver Mapping Template Reference](https://docs.aws.amazon.com/appsync/latest/devguide/resolver-mapping-template-reference.html).
When you submit an update, CFNLong updates resources based on differences between what you submit and the stack's current template. To cause this resource to be updated you must change a property value for this resource in the CFNshort template. Changing the S3 file content without changing a property value will not result in an update operation.
See [Update Behaviors of Stack Resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html) in the *User Guide*.
Idaws.appsync.resolvers_list_only

Fields

NameDatatypeDescription
resolver_arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all resolvers in a region.

SELECT
region,
resolver_arn
FROM aws.appsync.resolvers_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the resolvers_list_only resource, see resolvers