GetEventStreamResult

data class GetEventStreamResult(val createdAt: String? = null, val destinationDetails: DestinationDetailsProperties? = null, val eventStreamArn: String? = null, val state: EventStreamState? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, destinationDetails: DestinationDetailsProperties? = null, eventStreamArn: String? = null, state: EventStreamState? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The timestamp of when the export was created.

Link copied to clipboard

Details regarding the Kinesis stream.

Link copied to clipboard
val eventStreamArn: String? = null

A unique identifier for the event stream.

Link copied to clipboard
val state: EventStreamState? = null

The operational state of destination stream for export.

Link copied to clipboard
val tags: List<Tag>? = null

The tags used to organize, track, or control access for this resource.