class Aws::SES::Types::KinesisFirehoseDestination
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].
[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html
@note When making an API call, you may pass KinesisFirehoseDestination
data as a hash: { iam_role_arn: "AmazonResourceName", # required delivery_stream_arn: "AmazonResourceName", # required }
@!attribute [rw] iam_role_arn
The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream. @return [String]
@!attribute [rw] delivery_stream_arn
The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/KinesisFirehoseDestination AWS API Documentation
Constants
- SENSITIVE