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

CloudWatchLoggingOptionDescription

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

Description of the CloudWatch logging option.

interface CloudWatchLoggingOptionDescription {
CloudWatchLoggingOptionId?: string | null;
LogStreamARN: string;
RoleARN: string;
}

§Properties

§
CloudWatchLoggingOptionId?: string | null
[src]

ID of the CloudWatch logging option description.

§
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 used must have the PutLogEvents policy action enabled.