Class: Aws::PinpointSMSVoice::Types::KinesisFirehoseDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::KinesisFirehoseDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.
Constant Summary collapse
- SENSITIVE =
[]
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.
313 314 315 316 317 318 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 313 class KinesisFirehoseDestination < Struct.new( :delivery_stream_arn, :iam_role_arn) SENSITIVE = [] include Aws::Structure end |
#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.
313 314 315 316 317 318 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 313 class KinesisFirehoseDestination < Struct.new( :delivery_stream_arn, :iam_role_arn) SENSITIVE = [] include Aws::Structure end |