AWS::MediaLive::Multiplex
The multiplex object.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MediaLive::Multiplex", "Properties" : { "AvailabilityZones" :
[ String, ... ]
, "Destinations" :[ MultiplexOutputDestination, ... ]
, "MultiplexSettings" :MultiplexSettings
, "Name" :String
, "Tags" :[ Tags, ... ]
} }
YAML
Type: AWS::MediaLive::Multiplex Properties: AvailabilityZones:
- String
Destinations:- MultiplexOutputDestination
MultiplexSettings:MultiplexSettings
Name:String
Tags:- Tags
Properties
AvailabilityZones
-
A list of availability zones for the multiplex.
Required: Yes
Type: Array of String
Update requires: Replacement
Destinations
-
A list of the multiplex output destinations.
Required: No
Type: Array of MultiplexOutputDestination
Update requires: No interruption
MultiplexSettings
-
Configuration for a multiplex event.
Required: Yes
Type: MultiplexSettings
Update requires: No interruption
Name
-
The name of the multiplex.
Required: Yes
Type: String
Update requires: No interruption
-
A collection of key-value pairs.
Required: No
Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn
-
The unique arn of the multiplex.
Id
-
The unique id of the multiplex.
PipelinesRunningCount
-
The number of currently healthy pipelines.
ProgramCount
-
The number of programs in the multiplex.
State
-
The current state of the multiplex.