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

ListMetricsInput

import type { ListMetricsInput } from "https://aws-api.deno.dev/v0.4/services/cloudwatch.ts?docs=full";
interface ListMetricsInput {
Dimensions?: DimensionFilter[] | null;
IncludeLinkedAccounts?: boolean | null;
MetricName?: string | null;
Namespace?: string | null;
NextToken?: string | null;
OwningAccount?: string | null;
RecentlyActive?: RecentlyActive | null;
}

§Properties

§
Dimensions?: DimensionFilter[] | null
[src]

The dimensions to filter against. Only the dimensions that match exactly will be returned.

§
IncludeLinkedAccounts?: boolean | null
[src]

If you are using this operation in a monitoring account, specify true to include metrics from source accounts in the returned data.

The default is false.

§
MetricName?: string | null
[src]

The name of the metric to filter against. Only the metrics with names that match exactly will be returned.

§
Namespace?: string | null
[src]

The metric namespace to filter against. Only the namespace that matches exactly will be returned.

§
NextToken?: string | null
[src]

The token returned by a previous call to indicate that there is more data available.

§
OwningAccount?: string | null
[src]

When you use this operation in a monitoring account, use this field to return metrics only from one source account. To do so, specify that source account ID in this field, and also specify true for IncludeLinkedAccounts.

§
RecentlyActive?: RecentlyActive | null
[src]

To filter the results to show only metrics that have had data points published in the past three hours, specify this parameter with a value of PT3H. This is the only valid value for this parameter.

The results that are returned are an approximation of the value you specify. There is a low probability that the returned results include metrics with last published data as much as 40 minutes more than the specified time interval.