Stream

class Stream

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 Amazon Resource Name (ARN) for the stream.

Link copied to clipboard

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

Link copied to clipboard

The DynamoDB table with which the stream is associated.

Functions

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