CreateResolverRequest
Types
Properties
The caching configuration for the resolver.
The name of the data source for which the resolver is being created.
The resolver type.
The maximum batching size for a resolver.
Enables or disables enhanced resolver metrics for specified resolvers. Note that metricsConfig
won't be used unless the resolverLevelMetricsBehavior
value is set to PER_RESOLVER_METRICS
. If the resolverLevelMetricsBehavior
is set to FULL_REQUEST_RESOLVER_METRICS
instead, metricsConfig
will be ignored. However, you can still set its value.
The PipelineConfig
.
The mapping template to use for requests.
The mapping template to use for responses from the data source.
Describes a runtime used by an Amazon Web Services AppSync pipeline resolver or Amazon Web Services AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified.
The SyncConfig
for a resolver attached to a versioned data source.