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

KinesisFirehoseOutputUpdate

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

When updating an output configuration using the UpdateApplication operation, provides information about an Amazon Kinesis Firehose delivery stream configured as the destination.

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

§Properties

§
ResourceARNUpdate?: string | null
[src]

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

§
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.