class Amazonite::DynamoDB::KinesisDataStreamDestination

Overview

Describes a Kinesis data stream destination.

Included Modules

Defined in:

dynamodb/kinesis_data_stream_destination.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(stream_arn : String | Nil = nil, destination_status : DestinationStatus | Nil = nil, destination_status_description : String | Nil = nil, approximate_creation_date_time_precision : ApproximateCreationDateTimePrecision | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable 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 approximate_creation_date_time_precision : ApproximateCreationDateTimePrecision | Nil #

The precision of the Kinesis data stream timestamp. The values are either MILLISECOND or MICROSECOND.


[View source]
def approximate_creation_date_time_precision=(approximate_creation_date_time_precision : ApproximateCreationDateTimePrecision | Nil) #

The precision of the Kinesis data stream timestamp. The values are either MILLISECOND or MICROSECOND.


[View source]
def destination_status : DestinationStatus | Nil #

The current status of replication.


[View source]
def destination_status=(destination_status : DestinationStatus | Nil) #

The current status of replication.


[View source]
def destination_status_description : String | Nil #

The human-readable string that corresponds to the replica status.


[View source]
def destination_status_description=(destination_status_description : String | Nil) #

The human-readable string that corresponds to the replica status.


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

See Object#hash(hasher)


def stream_arn : String | Nil #

The ARN for a specific Kinesis data stream.


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

The ARN for a specific Kinesis data stream.


[View source]
def validate! : Nil #

[View source]