MultiplexArgs

data class MultiplexArgs(val availabilityZones: Output<List<String>>? = null, val destinations: Output<List<MultiplexOutputDestinationArgs>>? = null, val multiplexSettings: Output<MultiplexSettingsArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<MultiplexArgs>

Resource schema for AWS::MediaLive::Multiplex

Constructors

Link copied to clipboard
constructor(availabilityZones: Output<List<String>>? = null, destinations: Output<List<MultiplexOutputDestinationArgs>>? = null, multiplexSettings: Output<MultiplexSettingsArgs>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

A list of availability zones for the multiplex.

Link copied to clipboard

A list of the multiplex output destinations.

Link copied to clipboard

Configuration for a multiplex event.

Link copied to clipboard
val name: Output<String>? = null

Name of multiplex.

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

A collection of key-value pairs.

Functions

Link copied to clipboard
open override fun toJava(): MultiplexArgs