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/kinesisanalytics.ts?docs=full";

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

interface CloudWatchLoggingOption {
LogStreamARN: string;
RoleARN: string;
}

§Properties

§
LogStreamARN: string
[src]

ARN of the CloudWatch log to receive application messages.

§
RoleARN: string
[src]

IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.