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

KinesisFirehoseDestination

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

An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.

interface KinesisFirehoseDestination {
DeliveryStreamArn?: string | null;
IamRoleArn?: string | null;
}

§Properties

§
DeliveryStreamArn?: string | null
[src]

The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.

§
IamRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event destination.