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

ExecuteCommandLogging

import type { ExecuteCommandLogging } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
type ExecuteCommandLogging =
| "NONE"
| "DEFAULT"
| "OVERRIDE"

§Type

§
"NONE" | "DEFAULT" | "OVERRIDE" | cmnP.UnexpectedEnumValue
[src]