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

MetricTransformation

import type { MetricTransformation } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cloudwatchlogs.ts";
interface MetricTransformation {
defaultValue?: number | null;
dimensions?: {
[key: string]: string | null | undefined;
}
| null;
metricName: string;
metricNamespace: string;
metricValue: string;
unit?: StandardUnit | null;
}

§Properties

§
defaultValue?: number | null
[src]
§
dimensions?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
metricName: string
[src]
§
metricNamespace: string
[src]
§
metricValue: string
[src]
§
unit?: StandardUnit | null
[src]