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

MetricsConfiguration

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

An object that specifies whether cloud metrics are collected in a deployment and, if so, what role is used to collect metrics.

interface MetricsConfiguration {
cloudMetricEnabled?: boolean | null;
metricRuleRoleArn?: string | null;
}

§Properties

§
cloudMetricEnabled?: boolean | null
[src]

A Boolean that specifies whether cloud metrics are collected.

§
metricRuleRoleArn?: string | null
[src]

The ARN of the role that is used to collect cloud metrics.