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