Interface CfnChannelPropsMixin.InputSwitchConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannelPropsMixin.InputSwitchConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnChannelPropsMixin

@Stability(Stable) public static interface CfnChannelPropsMixin.InputSwitchConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.*;
 InputSwitchConfigurationProperty inputSwitchConfigurationProperty = InputSwitchConfigurationProperty.builder()
         .mqcsInputSwitching(false)
         .preferredInput(123)
         .build();
 

See Also: