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

LaunchType

import type { LaunchType } from "https://aws-api.deno.dev/v0.4/services/pipes.ts?docs=full";
type LaunchType =
| "EC2"
| "FARGATE"
| "EXTERNAL"

§Type

§
"EC2" | "FARGATE" | "EXTERNAL" | cmnP.UnexpectedEnumValue
[src]