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

StatelessCustomPublishMetricActionDimension

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

Defines a CloudWatch dimension value to publish.

interface StatelessCustomPublishMetricActionDimension {
Value?: string | null;
}

§Properties

§
Value?: string | null
[src]

The value to use for the custom metric dimension.