Class CfnChannelPropsMixin.InputSwitchConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnChannelPropsMixin.InputSwitchConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannelPropsMixin.InputSwitchConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannelPropsMixin.InputSwitchConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnChannelPropsMixin.InputSwitchConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannelPropsMixin.InputSwitchConfigurationProperty
An implementation for
CfnChannelPropsMixin.InputSwitchConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.mediapackagev2.CfnChannelPropsMixin.InputSwitchConfigurationProperty
CfnChannelPropsMixin.InputSwitchConfigurationProperty.Builder, CfnChannelPropsMixin.InputSwitchConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.InputSwitchConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectWhen true, AWS Elemental MediaPackage performs input switching based on the MQCS.final NumberFor CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannelPropsMixin.InputSwitchConfigurationProperty.Builder.
-
-
Method Details
-
getMqcsInputSwitching
Description copied from interface:CfnChannelPropsMixin.InputSwitchConfigurationPropertyWhen true, AWS Elemental MediaPackage performs input switching based on the MQCS.Default is false. This setting is valid only when
InputTypeisCMAF.Returns union: either
BooleanorIResolvable- Specified by:
getMqcsInputSwitchingin interfaceCfnChannelPropsMixin.InputSwitchConfigurationProperty- See Also:
-
getPreferredInput
Description copied from interface:CfnChannelPropsMixin.InputSwitchConfigurationPropertyFor CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores.Select
1to prefer the first ingest endpoint, or2to prefer the second ingest endpoint. If you don't specify a preferred input, MediaPackage uses its default switching behavior when MQCS scores are equal.- Specified by:
getPreferredInputin interfaceCfnChannelPropsMixin.InputSwitchConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-