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

KinesisStreamsInputUpdate

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

When you update the input configuration for a SQL-based Kinesis Data Analytics application, provides information about a Kinesis stream as the streaming source.

interface KinesisStreamsInputUpdate {
ResourceARNUpdate: string;
}

§Properties

§
ResourceARNUpdate: string
[src]

The Amazon Resource Name (ARN) of the input Kinesis data stream to read.