class Aws::SESV2::Types::KinesisFirehoseDestination

An object that defines an Amazon Kinesis Data Firehose destination for email events. You can use Amazon Kinesis Data Firehose to stream data to other services, such as Amazon S3 and Amazon Redshift.

@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 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.
@return [String]

@!attribute [rw] delivery_stream_arn

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

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/KinesisFirehoseDestination AWS API Documentation

Constants

SENSITIVE