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

MetricDestination

import type { MetricDestination } from "https://aws-api.deno.dev/v0.4/services/rum.ts?docs=full";
type MetricDestination = "CloudWatch" | "Evidently" | cmnP.UnexpectedEnumValue;

§Type

§
"CloudWatch" | "Evidently" | cmnP.UnexpectedEnumValue
[src]