interface MultiplexProgramChannelDestinationSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.MultiplexProgramChannelDestinationSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.MultiplexProgramChannelDestinationSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.MultiplexProgramChannelDestinationSettingsProperty |
TypeScript | @aws-cdk/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 * as medialive from '@aws-cdk/aws-medialive';
const multiplexProgramChannelDestinationSettingsProperty: medialive.CfnChannel.MultiplexProgramChannelDestinationSettingsProperty = {
multiplexId: 'multiplexId',
programName: 'programName',
};
Properties
Name | Type | Description |
---|---|---|
multiplex | string | The ID of the Multiplex that the encoder is providing output to. |
program | string | The 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.