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

Class: Aws::PinpointSMSVoice::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:

{
  delivery_stream_arn: "String",
  iam_role_arn: "String",
}

An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_arnString

The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.

#iam_role_arnString

The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event destination.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event destination.