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

KinesisFirehoseOutput

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

For a SQL-based Kinesis Data Analytics application, when configuring application output, identifies a Kinesis Data Firehose delivery stream as the destination. You provide the stream Amazon Resource Name (ARN) of the delivery stream.

interface KinesisFirehoseOutput {
ResourceARN: string;
}

§Properties

§
ResourceARN: string
[src]

The ARN of the destination delivery stream to write to.