Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Runtime

import type { Runtime } from "https://aws-api.deno.dev/v0.4/services/apprunner.ts?docs=full";
type Runtime =
| "PYTHON_3"
| "NODEJS_12"
| "NODEJS_14"
| "CORRETTO_8"
| "CORRETTO_11"
| "NODEJS_16"
| "GO_1"
| "DOTNET_6"
| "PHP_81"
| "RUBY_31"

§Type

§
"PYTHON_3" | "NODEJS_12" | "NODEJS_14" | "CORRETTO_8" | "CORRETTO_11" | "NODEJS_16" | "GO_1" | "DOTNET_6" | "PHP_81" | "RUBY_31" | cmnP.UnexpectedEnumValue
[src]