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

MetricStreamFilter

import type { MetricStreamFilter } from "https://aws-api.deno.dev/v0.3/services/cloudwatch.ts?docs=full";

This structure contains the name of one of the metric namespaces that is listed in a filter of a metric stream.

interface MetricStreamFilter {
Namespace?: string | null;
}

§Properties

§
Namespace?: string | null
[src]

The name of the metric namespace in the filter.