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

PublishMetricAction

import type { PublishMetricAction } from "https://aws-api.deno.dev/v0.4/services/networkfirewall.ts?docs=full";

Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. This setting defines a CloudWatch dimension value to be published.

interface PublishMetricAction {
Dimensions: Dimension[];
}

§Properties

§
Dimensions: Dimension[]
[src]