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

KinesisStreamsOutputDescription

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

For an application output, describes the Amazon Kinesis stream configured as its destination.

interface KinesisStreamsOutputDescription {
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.