GetClusterResult

data class GetClusterResult(val arn: String? = null, val channelIds: List<String>? = null, val id: String? = null, val name: String? = null, val networkSettings: ClusterNetworkSettings? = null, val state: ClusterState? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, channelIds: List<String>? = null, id: String? = null, name: String? = null, networkSettings: ClusterNetworkSettings? = null, state: ClusterState? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the Cluster.

Link copied to clipboard
val channelIds: List<String>? = null

The MediaLive Channels that are currently running on Nodes in this Cluster.

Link copied to clipboard
val id: String? = null

The unique ID of the Cluster.

Link copied to clipboard
val name: String? = null

The user-specified name of the Cluster to be created.

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

A collection of key-value pairs.