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

UpdateMonitoringRequest

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

Request body for UpdateMonitoring.

interface UpdateMonitoringRequest {
ClusterArn: string;
CurrentVersion: string;
EnhancedMonitoring?: EnhancedMonitoring | null;
LoggingInfo?: LoggingInfo | null;
OpenMonitoring?: OpenMonitoringInfo | null;
}

§Properties

§
ClusterArn: string
[src]

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

§
CurrentVersion: string
[src]

The version of the MSK cluster to update. Cluster versions aren't simple numbers. You can describe an MSK cluster to find its version. When this update operation is successful, it generates a new cluster version.

§
EnhancedMonitoring?: EnhancedMonitoring | null
[src]

Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.

§
LoggingInfo?: LoggingInfo | null
[src]
§
OpenMonitoring?: OpenMonitoringInfo | null
[src]

The settings for open monitoring.