GetMultiplexResult

data class GetMultiplexResult(val arn: String? = null, val destinations: List<MultiplexOutputDestination>? = null, val id: String? = null, val multiplexSettings: MultiplexSettings? = null, val name: String? = null, val pipelinesRunningCount: Int? = null, val programCount: Int? = null, val state: MultiplexState? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, destinations: List<MultiplexOutputDestination>? = null, id: String? = null, multiplexSettings: MultiplexSettings? = null, name: String? = null, pipelinesRunningCount: Int? = null, programCount: Int? = null, state: MultiplexState? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The unique arn of the multiplex.

Link copied to clipboard

A list of the multiplex output destinations.

Link copied to clipboard
val id: String? = null

The unique id of the multiplex.

Link copied to clipboard

Configuration for a multiplex event.

Link copied to clipboard
val name: String? = null

Name of multiplex.

Link copied to clipboard

The number of currently healthy pipelines.

Link copied to clipboard
val programCount: Int? = null

The number of programs in the multiplex.

Link copied to clipboard
val state: MultiplexState? = null

The current state of the multiplex.

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

A collection of key-value pairs.