The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::AppSync::Resolver

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::AppSync::Resolver object:

  $service_obj->Method(Att1 => { CachingConfig => $value, ..., TypeName => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::AppSync::Resolver object:

  $result = $service_obj->Method(...);
  $result->Att1->CachingConfig

DESCRIPTION

Describes a resolver.

ATTRIBUTES

CachingConfig => Paws::AppSync::CachingConfig

The caching configuration for the resolver.

DataSourceName => Str

The resolver data source name.

FieldName => Str

The resolver field name.

Kind => Str

The resolver type.

  • UNIT: A UNIT resolver type. A UNIT resolver is the default resolver type. A UNIT resolver enables you to execute a GraphQL query against a single data source.

  • PIPELINE: A PIPELINE resolver type. A PIPELINE resolver enables you to execute a series of Function in a serial manner. You can use a pipeline resolver to execute a GraphQL query against multiple data sources.

PipelineConfig => Paws::AppSync::PipelineConfig

The PipelineConfig.

RequestMappingTemplate => Str

The request mapping template.

ResolverArn => Str

The resolver ARN.

ResponseMappingTemplate => Str

The response mapping template.

SyncConfig => Paws::AppSync::SyncConfig

The SyncConfig for a resolver attached to a versioned datasource.

TypeName => Str

The resolver type name.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::AppSync

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues