A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/AppSync/Types/UpdateResolverRequest.html below:

UpdateResolverRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppSync::Types::UpdateResolverRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing UpdateResolverRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  api_id: "String",   type_name: "ResourceName",   field_name: "ResourceName",   data_source_name: "ResourceName",
  request_mapping_template: "MappingTemplate",
  response_mapping_template: "MappingTemplate",
  kind: "UNIT",   pipeline_config: {
    functions: ["String"],
  },
  sync_config: {
    conflict_handler: "OPTIMISTIC_CONCURRENCY",     conflict_detection: "VERSION",     lambda_conflict_handler_config: {
      lambda_conflict_handler_arn: "String",
    },
  },
  caching_config: {
    ttl: 1,
    caching_keys: ["String"],
  },
}
Instance Attribute Summary collapse Instance Attribute Details #data_source_name ⇒ String

The new data source name.

#kind ⇒ String

The resolver type.

#request_mapping_template ⇒ String

The new request mapping template.

A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).

VTL request mapping templates are optional when using a Lambda data source. For all other data sources, VTL request and response mapping templates are required.

#response_mapping_template ⇒ String

The new response mapping template.

#sync_configTypes::SyncConfig

The SyncConfig for a resolver attached to a versioned datasource.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4