FunctionRuntimeArgs

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

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(): FunctionRuntimeArgs