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

CloudWatchLoggingOption

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

Provides a description of Amazon CloudWatch logging options, including the log stream Amazon Resource Name (ARN).

interface CloudWatchLoggingOption {
LogStreamARN: string;
}

§Properties

§
LogStreamARN: string
[src]

The ARN of the CloudWatch log to receive application messages.