class Aws::PinpointSMSVoice::Types::KinesisFirehoseDestination

An object that contains information about an event destination that sends data to Amazon Kinesis Data Firehose.

@note When making an API call, you may pass KinesisFirehoseDestination

data as a hash:

    {
      delivery_stream_arn: "String",
      iam_role_arn: "String",
    }

@!attribute [rw] delivery_stream_arn

The Amazon Resource Name (ARN) of an IAM role that can write data to
an Amazon Kinesis Data Firehose stream.
@return [String]

@!attribute [rw] iam_role_arn

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

@see docs.aws.amazon.com/goto/WebAPI/pinpoint-sms-voice-2018-09-05/KinesisFirehoseDestination AWS API Documentation

Constants

SENSITIVE