Class: Aws::PinpointSMSVoiceV2::Types::KinesisFirehoseDestination

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Contains the delivery stream Amazon Resource Name (ARN), and the ARN of the Identity and Access Management (IAM) role associated with a Firehose event destination.

Event destinations, such as Firehose, are associated with configuration sets, which enable you to publish message sending events.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_stream_arnString

The Amazon Resource Name (ARN) of the delivery stream.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3548

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

#iam_role_arnString

The ARN of an Identity and Access Management role that is able to write event data to an Amazon Data Firehose destination.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3548

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