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

StatelessCustomActionDefinition

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

The definition of a custom action that can be used for stateless packet handling.

interface StatelessCustomActionDefinition {
PublishMetricAction?: StatelessCustomPublishMetricAction | null;
}

§Properties

§
PublishMetricAction?: StatelessCustomPublishMetricAction | null
[src]

Information about metrics to publish to CloudWatch.