aws-cdk-lib.aws_medialive.CfnChannel.MultiplexProgramChannelDestinationSettingsProperty

interface MultiplexProgramChannelDestinationSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_MultiplexProgramChannelDestinationSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.MultiplexProgramChannelDestinationSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » MultiplexProgramChannelDestinationSettingsProperty

Destination settings for a Multiplex output.

The parent of this entity is OutputDestination.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const multiplexProgramChannelDestinationSettingsProperty: medialive.CfnChannel.MultiplexProgramChannelDestinationSettingsProperty = {
  multiplexId: 'multiplexId',
  programName: 'programName',
};

Properties

NameTypeDescription
multiplexId?stringThe ID of the Multiplex that the encoder is providing output to.
programName?stringThe program name of the Multiplex program that the encoder is providing output to.

multiplexId?

Type: string (optional)

The ID of the Multiplex that the encoder is providing output to.

You do not need to specify the individual inputs to the Multiplex; MediaLive will handle the connection of the two MediaLive pipelines to the two Multiplex instances. The Multiplex must be in the same region as the Channel.


programName?

Type: string (optional)

The program name of the Multiplex program that the encoder is providing output to.