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

KinesisStreamsInputDescription

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

Describes the Amazon Kinesis stream that is configured as the streaming source in the application input configuration.

interface KinesisStreamsInputDescription {
ResourceARN?: string | null;
RoleARN?: string | null;
}

§Properties

§
ResourceARN?: string | null
[src]

Amazon Resource Name (ARN) of the Amazon Kinesis stream.

§
RoleARN?: string | null
[src]

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream.