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

Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

interface KinesisFirehoseDestination {
DeliveryStreamARN: string;
IAMRoleARN: string;
}

§Properties

§
DeliveryStreamARN: string
[src]

The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

§
IAMRoleARN: string
[src]

The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.