Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::KinesisAnalytics::Types::KinesisFirehoseInputDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb

Overview

Describes the Amazon Kinesis Firehose delivery stream that is configured as the streaming source in the application input configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

Returns:

  • (String)

1518
1519
1520
1521
1522
1523
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 1518

class KinesisFirehoseInputDescription < Struct.new(
  :resource_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

Returns:

  • (String)

1518
1519
1520
1521
1522
1523
# File 'gems/aws-sdk-kinesisanalytics/lib/aws-sdk-kinesisanalytics/types.rb', line 1518

class KinesisFirehoseInputDescription < Struct.new(
  :resource_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end