public static interface CfnChannel.InputLossFailoverSettingsProperty
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 java.lang.Number |
getInputLossThresholdMsec()
The amount of time (in milliseconds) that no input is detected.
|
default java.lang.Number getInputLossThresholdMsec()
After that time, an input failover will occur.
static CfnChannel.InputLossFailoverSettingsProperty.Builder builder()