Resolver App Sync Runtime Args
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.