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

MonitoringConfiguration

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

Describes configuration parameters for Amazon CloudWatch logging for an application. For more information about CloudWatch logging, see Monitoring.

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

§Properties

§
ConfigurationType: ConfigurationType
[src]

Describes whether to use the default CloudWatch logging configuration for an application. You must set this property to CUSTOM in order to set the LogLevel or MetricsLevel parameters.

§
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. The Parallelism level is not recommended for applications with a Parallelism over 64 due to excessive costs.