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

CloudWatchLoggingOptionUpdate

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

Describes CloudWatch logging option updates.

interface CloudWatchLoggingOptionUpdate {
CloudWatchLoggingOptionId: string;
LogStreamARNUpdate?: string | null;
RoleARNUpdate?: string | null;
}

§Properties

§
CloudWatchLoggingOptionId: string
[src]

ID of the CloudWatch logging option to update

§
LogStreamARNUpdate?: string | null
[src]

ARN of the CloudWatch log to receive application messages.

§
RoleARNUpdate?: string | null
[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.