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

KinesisStreamsOutput

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

When you configure a SQL-based Kinesis Data Analytics application's output, identifies a Kinesis data stream as the destination. You provide the stream Amazon Resource Name (ARN).

interface KinesisStreamsOutput {
ResourceARN: string;
}

§Properties

§
ResourceARN: string
[src]

The ARN of the destination Kinesis data stream to write to.