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

AddApplicationCloudWatchLoggingOptionRequest

import type { AddApplicationCloudWatchLoggingOptionRequest } from "https://aws-api.deno.dev/v0.4/services/kinesisanalytics.ts?docs=full";
interface AddApplicationCloudWatchLoggingOptionRequest {
ApplicationName: string;
CloudWatchLoggingOption: CloudWatchLoggingOption;
CurrentApplicationVersionId: number;
}

§Properties

§
ApplicationName: string
[src]

The Kinesis Analytics application name.

§
CloudWatchLoggingOption: CloudWatchLoggingOption
[src]

Provides the CloudWatch log stream Amazon Resource Name (ARN) and the IAM role ARN. Note: To write application messages to CloudWatch, the IAM role that is used must have the PutLogEvents policy action enabled.

§
CurrentApplicationVersionId: number
[src]

The version ID of the Kinesis Analytics application.