getResolver

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. 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 in the User Guide.

Return

null

Parameters

argument

null


suspend fun getResolver(resolverArn: String): GetResolverResult

Return

null

Parameters

resolverArn

ARN of the resolver, such as arn:aws:appsync:us-east-1:123456789012:apis/graphqlapiid/types/typename/resolvers/resolvername .

See also


suspend fun getResolver(argument: suspend GetResolverPlainArgsBuilder.() -> Unit): GetResolverResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.appsync.kotlin.inputs.GetResolverPlainArgs.

See also