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

CreateCustomMetricResponse

import type { CreateCustomMetricResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface CreateCustomMetricResponse {
metricArn?: string | null;
metricName?: string | null;
}

§Properties

§
metricArn?: string | null
[src]

The Amazon Resource Number (ARN) of the custom metric, e.g. arn:_aws-partition_:iot:_region_:_accountId_:custommetric/_metricName_

§
metricName?: string | null
[src]

The name of the custom metric to be used in the metric report.