class Amazonite::DynamoDB::KinesisStreamingDestinationInput

Included Modules

Defined in:

dynamodb/kinesis_streaming_destination_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table_name : String, stream_arn : String, enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil = nil) #

[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 enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil #

The source for the Kinesis streaming information that is being enabled.


[View source]
def enable_kinesis_streaming_configuration=(enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil) #

The source for the Kinesis streaming information that is being enabled.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def stream_arn : String #

The ARN for a Kinesis data stream.


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

The ARN for a Kinesis data stream.


[View source]
def table_name : String #

The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.


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

The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.


[View source]
def validate! : Nil #

[View source]