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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.CfnChannel.InputSwitchConfigurationProperty
CfnChannel.InputSwitchConfigurationProperty.Builder, CfnChannel.InputSwitchConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.InputSwitchConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
When true, AWS Elemental MediaPackage performs input switching based on the MQCS.final Number
For CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores.final int
hashCode()
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.InputSwitchConfigurationProperty
When true, AWS Elemental MediaPackage performs input switching based on the MQCS.Default is false. This setting is valid only when
InputType
isCMAF
.- Specified by:
getMqcsInputSwitching
in interfaceCfnChannel.InputSwitchConfigurationProperty
- See Also:
-
getPreferredInput
Description copied from interface:CfnChannel.InputSwitchConfigurationProperty
For CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores.Select
1
to prefer the first ingest endpoint, or2
to 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:
getPreferredInput
in interfaceCfnChannel.InputSwitchConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-