ConfigurationSetEventDestinationKinesisFirehoseDestinationArgs

data class ConfigurationSetEventDestinationKinesisFirehoseDestinationArgs(val deliveryStreamArn: Output<String>, val iamRoleArn: Output<String>) : ConvertibleToJava<ConfigurationSetEventDestinationKinesisFirehoseDestinationArgs>

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

Constructors

constructor(deliveryStreamArn: Output<String>, iamRoleArn: Output<String>)

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
val iamRoleArn: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): ConfigurationSetEventDestinationKinesisFirehoseDestinationArgs