AWS::MediaLive::Multiplex - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaLive::Multiplex

The multiplex object.

Syntax

To declare this entity in your Amazon 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

Tags

A collection of key-value pairs.

Required: No

Type: Array of Tags

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.