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