GetStreamKeyResult

data class GetStreamKeyResult(val arn: String? = null, val tags: List<Tag>? = null, val value: String? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, tags: List<Tag>? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

Stream Key ARN is automatically generated on creation and assigned as the unique identifier.

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

A list of key-value pairs that contain metadata for the asset model.

Link copied to clipboard
val value: String? = null

Stream-key value.