AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaLive::Multiplex

CfnMultiplex

The multiplex object.

Import

import { CfnMultiplex } from 'aws-cdk-lib/aws-medialive';

Or use the module namespace:

import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnMultiplex

Properties

Configuration passed to the constructor as CfnMultiplexProps.

availabilityZonesRequired
string[]

A list of availability zones for the multiplex.

multiplexSettingsRequired
IResolvable | MultiplexSettingsProperty

Configuration for a multiplex event.

nameRequired
string

The name of the multiplex.

destinationsOptional
IResolvable | IResolvable | MultiplexOutputDestinationProperty[]

A list of the multiplex output destinations.

tagsOptional
CfnTag[]

A collection of key-value pairs.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter