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

MetricsLevel

import type { MetricsLevel } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";
type MetricsLevel =
| "APPLICATION"
| "TASK"
| "OPERATOR"
| "PARALLELISM"

§Type

§
"APPLICATION" | "TASK" | "OPERATOR" | "PARALLELISM" | cmnP.UnexpectedEnumValue
[src]