Class: Aws::Firehose::Types::SourceDescription

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

Overview

Details about a Kinesis data stream used as the source for a Firehose delivery stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kinesis_stream_source_descriptionTypes::KinesisStreamSourceDescription

The KinesisStreamSourceDescription value for the source Kinesis data stream.



4334
4335
4336
4337
4338
4339
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4334

class SourceDescription < Struct.new(
  :kinesis_stream_source_description,
  :msk_source_description)
  SENSITIVE = []
  include Aws::Structure
end

#msk_source_descriptionTypes::MSKSourceDescription

The configuration description for the Amazon MSK cluster to be used as the source for a delivery stream.



4334
4335
4336
4337
4338
4339
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4334

class SourceDescription < Struct.new(
  :kinesis_stream_source_description,
  :msk_source_description)
  SENSITIVE = []
  include Aws::Structure
end