Class: Aws::KinesisAnalyticsV2::Types::KinesisFirehoseOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::KinesisFirehoseOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
For a SQL-based Kinesis Data Analytics application, when configuring application output, identifies a Kinesis Data Firehose delivery stream as the destination. You provide the stream Amazon Resource Name (ARN) of the delivery stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ARN of the destination delivery stream to write to.
Instance Attribute Details
#resource_arn ⇒ String
The ARN of the destination delivery stream to write to.
3073 3074 3075 3076 3077 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 3073 class KinesisFirehoseOutput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |