StreamDescription

Represents all of the data describing a particular stream.

Types

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

Properties

Link copied to clipboard

The date and time when the request to create this stream was issued.

Link copied to clipboard

The key attribute(s) of the stream's DynamoDB table.

Link copied to clipboard

The shard ID of the item where the operation stopped, inclusive of the previous result set. Use this value to start a new operation, excluding this value in the new request.

Link copied to clipboard

The shards that comprise the stream.

Link copied to clipboard

The Amazon Resource Name (ARN) for the stream.

Link copied to clipboard

A timestamp, in ISO 8601 format, for this stream.

Link copied to clipboard

Indicates the current status of the stream:

Link copied to clipboard

Indicates the format of the records within this stream:

Link copied to clipboard

The DynamoDB table with which the stream is associated.

Functions

Link copied to clipboard
inline fun copy(block: StreamDescription.Builder.() -> Unit = {}): StreamDescription
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