runtime

@JvmName(name = "vqlyshdyyophtaqt")
suspend fun runtime(value: Output<FunctionRuntimeArgs>)
@JvmName(name = "dqmaarpdyjjulbuw")
suspend fun runtime(value: FunctionRuntimeArgs?)

Parameters

value

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. See runtime Block for details.


@JvmName(name = "ylttlsnxkdbwirxf")
suspend fun runtime(argument: suspend FunctionRuntimeArgsBuilder.() -> Unit)

Parameters

argument

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. See runtime Block for details.