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

GetContainerServiceMetricDataResult

import type { GetContainerServiceMetricDataResult } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface GetContainerServiceMetricDataResult {
metricData?: MetricDatapoint[] | null;
metricName?: ContainerServiceMetricName | null;
}

§Properties

§
metricData?: MetricDatapoint[] | null
[src]

An array of objects that describe the metric data returned.

§

The name of the metric returned.