You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SES::Types::KinesisFirehoseDestination

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

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
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_arnString

The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

Returns:

  • (String)

    The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

#iam_role_arnString

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

Returns:

  • (String)

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