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

KinesisFirehoseOutputDescription

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

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

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

§Properties

§
ResourceARN?: string | null
[src]

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

§
RoleARN?: string | null
[src]

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