class Aws::KinesisAnalytics::Types::KinesisFirehoseInput

Identifies an Amazon Kinesis Firehose delivery stream as the streaming source. You provide the delivery stream's Amazon Resource Name (ARN) and an IAM role ARN that enables Amazon Kinesis Analytics to access the stream on your behalf.

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

data as a hash:

    {
      resource_arn: "ResourceARN", # required
      role_arn: "RoleARN", # required
    }

@!attribute [rw] resource_arn

ARN of the input delivery stream.
@return [String]

@!attribute [rw] role_arn

ARN of the IAM role that Amazon Kinesis Analytics can assume to
access the stream on your behalf. You need to make sure that the
role has the necessary permissions to access the stream.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kinesisanalytics-2015-08-14/KinesisFirehoseInput AWS API Documentation

Constants

SENSITIVE