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

PutMetricFilterRequest

import type { PutMetricFilterRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface PutMetricFilterRequest {
filterName: string;
filterPattern: string;
logGroupName: string;
metricTransformations: MetricTransformation[];
}

§Properties

§
filterName: string
[src]

A name for the metric filter.

§
filterPattern: string
[src]

A filter pattern for extracting metric data out of ingested log events.

§
logGroupName: string
[src]

The name of the log group.

§
metricTransformations: MetricTransformation[]
[src]

A collection of information that defines how metric data gets emitted.