aws-cdk-lib.aws_medialive.CfnChannel.MultiplexGroupSettingsProperty

interface MultiplexGroupSettingsProperty

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

The settings for a Multiplex output group.

The parent of this entity is OutputGroupSettings.

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 multiplexGroupSettingsProperty: medialive.CfnChannel.MultiplexGroupSettingsProperty = { };