UpdateFunctionRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The GraphQL API ID.

Link copied to clipboard
val 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 Function``DataSource name.

Link copied to clipboard

The Function description.

Link copied to clipboard

The function ID.

Link copied to clipboard

The version of the request mapping template. Currently, the supported value is 2018-05-29. Note that when using VTL and mapping templates, the functionVersion is required.

Link copied to clipboard

The maximum batching size for a resolver.

Link copied to clipboard
val name: String?

The Function name.

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 request 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
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String