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

MonitoringConfigurationUpdate

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

Describes updates to configuration parameters for Amazon CloudWatch logging for an application.

interface MonitoringConfigurationUpdate {
ConfigurationTypeUpdate?: ConfigurationType | null;
LogLevelUpdate?: LogLevel | null;
MetricsLevelUpdate?: MetricsLevel | null;
}

§Properties

§
ConfigurationTypeUpdate?: ConfigurationType | null
[src]

Describes updates to 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.

§
LogLevelUpdate?: LogLevel | null
[src]

Describes updates to the verbosity of the CloudWatch Logs for an application.

§
MetricsLevelUpdate?: MetricsLevel | null
[src]

Describes updates to 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.