interface MultiplexOutputSettingsProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.MediaLive.CfnChannel.MultiplexOutputSettingsProperty | 
  Java | software.amazon.awscdk.services.medialive.CfnChannel.MultiplexOutputSettingsProperty | 
  Python | aws_cdk.aws_medialive.CfnChannel.MultiplexOutputSettingsProperty | 
  TypeScript  | @aws-cdk/aws-medialive » CfnChannel » MultiplexOutputSettingsProperty | 
Configuration of a Multiplex output.
The parent of this entity is OutputSettings.
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 multiplexOutputSettingsProperty: medialive.CfnChannel.MultiplexOutputSettingsProperty = {
  destination: {
    destinationRefId: 'destinationRefId',
  },
};
Properties
| Name | Type | Description | 
|---|---|---|
| destination? | IResolvable | Output | Destination is a Multiplex. | 
destination?
Type:
IResolvable | Output
(optional)
Destination is a Multiplex.

 .NET
 Java
 Python
 TypeScript