FunctionConfigurationAppSyncRuntime

data class FunctionConfigurationAppSyncRuntime(val name: String, val runtimeVersion: String)

Describes a runtime used by an AWS AppSync pipeline resolver or AWS AppSync function. Specifies the name and version of the runtime to use. Note that if a runtime is specified, code must also be specified.

Constructors

Link copied to clipboard

Types

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.