class Amazonite::Kinesis::S3TablesDestinationUpdateInput

Overview

The updated configuration for a streaming table destination. Used in UpdateChannel. Only DataFreshnessInSeconds can be updated.

Included Modules

Defined in:

kinesis/s3_tables_destination_update_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(data_freshness_in_seconds : Int32) #

[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 data_freshness_in_seconds : Int32 #

The maximum age, in seconds, of undelivered data. Valid range is 300 to 900 seconds (5 to 15 minutes).


[View source]
def data_freshness_in_seconds=(data_freshness_in_seconds : Int32) #

The maximum age, in seconds, of undelivered data. Valid range is 300 to 900 seconds (5 to 15 minutes).


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

See Object#hash(hasher)


def validate! : Nil #

[View source]