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

MonitoringConfigurationDescription

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

Describes configuration parameters for CloudWatch logging for an application.

interface MonitoringConfigurationDescription {
ConfigurationType?: ConfigurationType | null;
LogLevel?: LogLevel | null;
MetricsLevel?: MetricsLevel | null;
}

§Properties

§
ConfigurationType?: ConfigurationType | null
[src]

Describes whether to use the default CloudWatch logging configuration for an application.

§
LogLevel?: LogLevel | null
[src]

Describes the verbosity of the CloudWatch Logs for an application.

§
MetricsLevel?: MetricsLevel | null
[src]

Describes the granularity of the CloudWatch Logs for an application.