runtime

@JvmName(name = "kpwcgpmknanrfrea")
suspend fun runtime(value: Output<ResolverRuntimeArgs>)
@JvmName(name = "grvjmagamvrypihm")
suspend fun runtime(value: ResolverRuntimeArgs?)

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.


@JvmName(name = "uygbnmyhamkbwvfi")
suspend fun runtime(argument: suspend ResolverRuntimeArgsBuilder.() -> 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.