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

ParametricCloudWatchMonitoringConfiguration

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

A configuration for CloudWatch monitoring. You can configure your jobs to send log information to CloudWatch Logs. This data type allows job template parameters to be specified within.

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

§Properties

§
logGroupName?: string | null
[src]

The name of the log group for log publishing.

§
logStreamNamePrefix?: string | null
[src]

The specified name prefix for log streams.