resolvers_list_only
Lists resolvers
in a region or regions, for all properties use resolvers
Overview
Name | resolvers_list_only |
Type | Resource |
Description | The 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*. |
Id | aws.appsync.resolvers_list_only |
Fields
Name | Datatype | Description |
---|---|---|
resolver_arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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