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

KinesisFirehoseInput

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

For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon Resource Name (ARN).

interface KinesisFirehoseInput {
ResourceARN: string;
}

§Properties

§
ResourceARN: string
[src]

The Amazon Resource Name (ARN) of the delivery stream.