Class CfnChannel.InputSwitchConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnChannel.InputSwitchConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.InputSwitchConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.InputSwitchConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.InputSwitchConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.InputSwitchConfigurationProperty
An implementation for
CfnChannel.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.services.mediapackagev2.CfnChannel.InputSwitchConfigurationProperty
CfnChannel.InputSwitchConfigurationProperty.Builder, CfnChannel.InputSwitchConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.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 theCfnChannel.InputSwitchConfigurationProperty.Builder.
-
-
Method Details
-
getMqcsInputSwitching
Description copied from interface:CfnChannel.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 interfaceCfnChannel.InputSwitchConfigurationProperty- See Also:
-
getPreferredInput
Description copied from interface:CfnChannel.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 interfaceCfnChannel.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()
-