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

Describes the Amazon CloudWatch logging option updates.

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

§Properties

§
CloudWatchLoggingOptionId: string
[src]

The ID of the CloudWatch logging option to update

§
LogStreamARNUpdate?: string | null
[src]

The Amazon Resource Name (ARN) of the CloudWatch log to receive application messages.