ConfigurationSetEventDestinationEventDestinationKinesisFirehoseDestinationArgs

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

Constructors

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends email events to.

Link copied to clipboard
val iamRoleArn: Output<String>

The Amazon Resource Name (ARN) of the IAM role that the Amazon SES API v2 uses to send email events to the Amazon Kinesis Data Firehose stream.

Functions

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