Interface CfnChannel.InputLossFailoverSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.InputLossFailoverSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.InputLossFailoverSettingsProperty
extends software.amazon.jsii.JsiiSerializable
MediaLive will perform a failover if content is not detected in this input for the specified period.
The parent of this entity is FailoverConditionSettings.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.medialive.*; InputLossFailoverSettingsProperty inputLossFailoverSettingsProperty = InputLossFailoverSettingsProperty.builder() .inputLossThresholdMsec(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.InputLossFailoverSettingsProperty
static final class
An implementation forCfnChannel.InputLossFailoverSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputLossThresholdMsec
The amount of time (in milliseconds) that no input is detected.After that time, an input failover will occur.
- See Also:
-
builder
-