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

CloudWatchMonitoringConfiguration

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

A configuration for CloudWatch monitoring. You can configure your jobs to send log information to CloudWatch Logs.

interface CloudWatchMonitoringConfiguration {
logGroupName: string;
logStreamNamePrefix?: string | null;
}

§Properties

§
logGroupName: string
[src]

The name of the log group for log publishing.

§
logStreamNamePrefix?: string | null
[src]

The specified name prefix for log streams.