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

KinesisStreamsInput

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

Identifies a Kinesis data stream as the streaming source. You provide the stream's Amazon Resource Name (ARN).

interface KinesisStreamsInput {
ResourceARN: string;
}

§Properties

§
ResourceARN: string
[src]

The ARN of the input Kinesis data stream to read.