StreamId

class StreamId : AbstractValue<String> (source)

A stream identifier, unique within the account. AWS allows only alphanumerics, "-" and "_", which is what lets it be dropped straight into the /streams/{streamId} path.

Types

Link copied to clipboard
object Companion : StringValueFactory<StreamId>

Properties

Link copied to clipboard
open override val value: String

Functions

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