AppSyncRuntime

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.

Types

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

Properties

Link copied to clipboard

The name of the runtime to use. Currently, the only allowed value is APPSYNC_JS.

Link copied to clipboard

The version of the runtime to use. Currently, the only allowed version is 1.0.0.

Functions

Link copied to clipboard
inline fun copy(block: AppSyncRuntime.Builder.() -> Unit = {}): AppSyncRuntime
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