Class: Aws::PinpointSMSVoiceV2::Types::KinesisFirehoseDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::KinesisFirehoseDestination
- 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
-
#delivery_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the delivery stream.
-
#iam_role_arn ⇒ String
The ARN of an Identity and Access Management role that is able to write event data to an Amazon Data Firehose destination.
Instance Attribute Details
#delivery_stream_arn ⇒ String
The Amazon Resource Name (ARN) of the delivery stream.
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_arn ⇒ String
The ARN of an Identity and Access Management role that is able to write event data to an Amazon Data Firehose destination.
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 |