ResolverAppSyncRuntimeArgs

data class ResolverAppSyncRuntimeArgs(val name: Output<String>, val runtimeVersion: Output<String>) : ConvertibleToJava<ResolverAppSyncRuntimeArgs>

Describes a runtime used by an APSYlong resolver or APSYlong 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
constructor(name: Output<String>, runtimeVersion: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

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

Link copied to clipboard
val runtimeVersion: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ResolverAppSyncRuntimeArgs