Class: Aws::KinesisAnalyticsV2::Types::KinesisFirehoseInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::KinesisFirehoseInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
For a SQL-based Kinesis Data Analytics application, identifies a Kinesis Data Firehose delivery stream as the streaming source. You provide the delivery stream’s Amazon Resource Name (ARN).
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the delivery stream.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the delivery stream.
3012 3013 3014 3015 3016 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3012 class KinesisFirehoseInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |