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/kinesisanalytics.ts?docs=full";

When updating application input configuration, provides information about an Amazon Kinesis stream as the streaming source.

interface KinesisStreamsInputUpdate {
ResourceARNUpdate?: string | null;
RoleARNUpdate?: string | null;
}

§Properties

§
ResourceARNUpdate?: string | null
[src]

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

§
RoleARNUpdate?: string | null
[src]

ARN of the IAM role that Amazon Kinesis Analytics can assume to access the stream on your behalf. You need to grant the necessary permissions to this role.