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

KinesisFirehoseOutputUpdate

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

For a SQL-based Kinesis Data Analytics application, when updating an output configuration using the "UpdateApplication" operation, provides information about a Kinesis Data Firehose delivery stream that is configured as the destination.

interface KinesisFirehoseOutputUpdate {
ResourceARNUpdate: string;
}

§Properties

§
ResourceARNUpdate: string
[src]

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