StreamRecord

A description of a single data modification that was performed on an item in a DynamoDB table.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The approximate date and time when the stream record was created, in ISO 8601 format and rounded down to the closest second.

Link copied to clipboard

The primary key attribute(s) for the DynamoDB item that was modified.

Link copied to clipboard

The item in the DynamoDB table as it appeared after it was modified.

Link copied to clipboard

The item in the DynamoDB table as it appeared before it was modified.

Link copied to clipboard

The sequence number of the stream record.

Link copied to clipboard

The size of the stream record, in bytes.

Link copied to clipboard

The type of data from the modified DynamoDB item that was captured in this stream record:

Functions

Link copied to clipboard
inline fun copy(block: StreamRecord.Builder.() -> Unit = {}): StreamRecord
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String