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

KinesisStreamsOutputUpdate

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

When you update a SQL-based Kinesis Data Analytics application's output configuration using the "UpdateApplication" operation, provides information about a Kinesis data stream that is configured as the destination.

interface KinesisStreamsOutputUpdate {
ResourceARNUpdate: string;
}

§Properties

§
ResourceARNUpdate: string
[src]

The Amazon Resource Name (ARN) of the Kinesis data stream where you want to write the output.