@Stability(value=Stable)
public static interface CfnChannel.InputLossFailoverSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.InputLossFailoverSettingsProperty.Builder
A builder for
CfnChannel.InputLossFailoverSettingsProperty |
static class |
CfnChannel.InputLossFailoverSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.InputLossFailoverSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.InputLossFailoverSettingsProperty.Builder |
builder() |
default Number |
getInputLossThresholdMsec()
The amount of time (in milliseconds) that no input is detected.
|
@Stability(value=Stable) @Nullable default Number getInputLossThresholdMsec()
After that time, an input failover will occur.
@Stability(value=Stable) static CfnChannel.InputLossFailoverSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.