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

AddApplicationOutputRequest

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

§Properties

§
ApplicationName: string
[src]

The name of the application to which you want to add the output configuration.

§
CurrentApplicationVersionId: number
[src]

The version of the application to which you want to add the output configuration. You can use the "DescribeApplication" operation to get the current application version. If the version specified is not the current version, the ConcurrentModificationException is returned.

§
Output: Output
[src]

An array of objects, each describing one output configuration. In the output configuration, you specify the name of an in-application stream, a destination (that is, a Kinesis data stream, a Kinesis Data Firehose delivery stream, or an Amazon Lambda function), and record the formation to use when writing to the destination.