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

Describes the Amazon CloudWatch logging option.

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

§Properties

§
CloudWatchLoggingOptionId?: string | null
[src]

The ID of the CloudWatch logging option description.

§
LogStreamARN: string
[src]

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

§
RoleARN?: string | null
[src]

The IAM ARN of the role to use to send application messages.

Note: Provided for backward compatibility. Applications created with the current API version have an application-level service execution role rather than a resource-level role.