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

EnhancedMonitoring

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

Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

type EnhancedMonitoring =
| "DEFAULT"
| "PER_BROKER"
| "PER_TOPIC_PER_BROKER"
| "PER_TOPIC_PER_PARTITION"

§Type

§
"DEFAULT" | "PER_BROKER" | "PER_TOPIC_PER_BROKER" | "PER_TOPIC_PER_PARTITION" | cmnP.UnexpectedEnumValue
[src]