class
Amazonite::Kinesis::ChannelStreamConfiguration
- Amazonite::Kinesis::ChannelStreamConfiguration
- Reference
- Object
Overview
Specifies the source stream and record configuration when creating a channel.
Included Modules
- JSON::Serializable
Defined in:
kinesis/channel_stream_configuration.crConstructors
- .new(stream_arn : String, record_configuration : RecordConfiguration)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#record_configuration : RecordConfiguration
The record format configuration for the source stream.
-
#record_configuration=(record_configuration : RecordConfiguration)
The record format configuration for the source stream.
-
#stream_arn : String
The Amazon Resource Name (ARN) of the source Kinesis data stream.
-
#stream_arn=(stream_arn : String)
The Amazon Resource Name (ARN) of the source Kinesis data stream.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def record_configuration : RecordConfiguration
#
The record format configuration for the source stream.
def record_configuration=(record_configuration : RecordConfiguration)
#
The record format configuration for the source stream.
def stream_arn=(stream_arn : String)
#
The Amazon Resource Name (ARN) of the source Kinesis data stream.