Class: Aws::PinpointSMSVoice::Types::KinesisFirehoseDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoice/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

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)


313
314
315
316
317
318
# File 'gems/aws-sdk-pinpointsmsvoice/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_arnString

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

Returns:

  • (String)


313
314
315
316
317
318
# File 'gems/aws-sdk-pinpointsmsvoice/lib/aws-sdk-pinpointsmsvoice/types.rb', line 313

class KinesisFirehoseDestination < Struct.new(
  :delivery_stream_arn,
  :iam_role_arn)
  SENSITIVE = []
  include Aws::Structure
end