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
- Struct
- Aws::PinpointSMSVoice::Types::KinesisFirehoseDestination
- Defined in:
- (unknown)
Overview
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
-
#delivery_stream_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.
-
#iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event destination.
Instance Attribute Details
#delivery_stream_arn ⇒ String
The Amazon Resource Name (ARN) of an IAM role that can write data to an Amazon Kinesis Data Firehose stream.
#iam_role_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Kinesis Data Firehose destination that you want to use in the event destination.