StreamEvent

Object specifying a stream’s events. For a list of events, see Using Amazon EventBridge with Amazon IVS.

Types

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

Properties

Link copied to clipboard

Time when the event occurred. This is an ISO 8601 timestamp; note that this is returned as a string.

Link copied to clipboard
val name: String?

Name that identifies the stream event within a type.

Link copied to clipboard
val type: String?

Logical group for certain events.

Functions

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