Class: Aws::KinesisAnalyticsV2::Types::KinesisFirehoseOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#resource_arnString

The ARN of the destination delivery stream to write to.

Returns:

  • (String)


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