You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::KinesisFirehoseDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::KinesisFirehoseDestination
- Defined in:
- (unknown)
Overview
When passing KinesisFirehoseDestination as input to an Aws::Client method, you can use a vanilla Hash:
{
iam_role_arn: "AmazonResourceName", # required
delivery_stream_arn: "AmazonResourceName", # required
}
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.
Returned by:
Instance Attribute Summary collapse
-
#delivery_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends email events to.
-
#iam_role_arn ⇒ 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.
Instance Attribute Details
#delivery_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose stream that the Amazon SES API v2 sends email events to.
#iam_role_arn ⇒ 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.