ConfigurationSetEventDestinationKinesisFirehoseDestination

data class ConfigurationSetEventDestinationKinesisFirehoseDestination(val deliveryStreamArn: String, val iamRoleArn: String)

An object that contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination.

Constructors

constructor(deliveryStreamArn: String, iamRoleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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