AWS::MediaLive::MultiplexThe multiplex object.
import { CfnMultiplex } from 'aws-cdk-lib/aws-medialive';Or use the module namespace:
import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnMultiplexConfiguration passed to the constructor as CfnMultiplexProps.
availabilityZonesRequiredstring[]A list of availability zones for the multiplex.
multiplexSettingsRequiredIResolvable | MultiplexSettingsPropertyConfiguration for a multiplex event.
nameRequiredstringThe name of the multiplex.
destinationsOptionalIResolvable | IResolvable | MultiplexOutputDestinationProperty[]A list of the multiplex output destinations.
tagsOptionalCfnTag[]A collection of key-value pairs.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-medialiveAWS::MediaLive::Multiplex