class Amazonite::Kinesis::ChannelStreamConfiguration

Overview

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

Included Modules

Defined in:

kinesis/channel_stream_configuration.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(stream_arn : String, record_configuration : RecordConfiguration) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def record_configuration : RecordConfiguration #

The record format configuration for the source stream.


[View source]
def record_configuration=(record_configuration : RecordConfiguration) #

The record format configuration for the source stream.


[View source]
def stream_arn : String #

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


[View source]
def stream_arn=(stream_arn : String) #

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


[View source]
def validate! : Nil #

[View source]