Builder

class Builder

Properties

Link copied to clipboard
var code: String?

The function code that contains the request and response functions. When code is used, the runtime is required. The runtime value must be APPSYNC_JS.

Link copied to clipboard

The name of the DataSource.

Link copied to clipboard

The Function description.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Function object.

Link copied to clipboard

A unique ID representing the Function object.

Link copied to clipboard

The version of the request mapping template. Currently, only the 2018-05-29 version of the template is supported.

Link copied to clipboard

The maximum batching size for a resolver.

Link copied to clipboard
var name: String?

The name of the Function object.

Link copied to clipboard

The Function request mapping template. Functions support only the 2018-05-29 version of the request mapping template.

Link copied to clipboard

The Function response mapping template.

Link copied to clipboard

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.

Link copied to clipboard

Describes a Sync configuration for a resolver.

Functions

Link copied to clipboard
Link copied to clipboard