AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaLive::Multiplex

MediaLive Multiplex

Resource schema for AWS::MediaLive::Multiplex

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
AvailabilityZones
Array<string>
RequiredCreate-only
MultiplexSettings
MultiplexSettings
Required
Name
string
Required
Destinations
Array<MultiplexOutputDestination>
Tags
Array<Tags>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe unique arn of the multiplex.
IdstringThe unique id of the multiplex.
PipelinesRunningCountintegerThe number of currently healthy pipelines.
ProgramCountintegerThe number of programs in the multiplex.
Statestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaLive::Multiplex

Resources:
  MyResource:
    Type: AWS::MediaLive::Multiplex
    Properties:
      AvailabilityZones: []
      MultiplexSettings: "value"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

medialive:CreateMultiplexmedialive:DescribeMultiplexmedialive:CreateTags

read

medialive:DescribeMultiplex

update

medialive:UpdateMultiplexmedialive:DescribeMultiplexmedialive:CreateTagsmedialive:DeleteTags

delete

medialive:DeleteMultiplexmedialive:DescribeMultiplex

list

medialive:ListMultiplexes

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceMediaLive
Properties10
Required3
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AvailabilityZones

External Links