Class: Aws::Kinesis::Types::ChannelStreamConfiguration

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

Overview

Specifies the source stream and record configuration when creating a channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#record_configurationTypes::RecordConfiguration

The record format configuration for the source stream.



206
207
208
209
210
211
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 206

class ChannelStreamConfiguration < Struct.new(
  :stream_arn,
  :record_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#stream_arnString

The Amazon Resource Name (ARN) of the source Kinesis data stream.

Returns:

  • (String)


206
207
208
209
210
211
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 206

class ChannelStreamConfiguration < Struct.new(
  :stream_arn,
  :record_configuration)
  SENSITIVE = []
  include Aws::Structure
end