Uses of Class
software.amazon.awscdk.services.medialive.alpha.FailoverCondition
Packages that use FailoverCondition
Package
Description
AWS::MediaLive Construct Library
-
Uses of FailoverCondition in software.amazon.awscdk.services.medialive.alpha
Methods in software.amazon.awscdk.services.medialive.alpha that return FailoverConditionModifier and TypeMethodDescriptionstatic FailoverConditionFailoverCondition.audioSilence(AudioSilenceFailoverProps props) (experimental) Fail over when the monitored audio selector is silent for the threshold period.static FailoverConditionFailoverCondition.inputLoss()(experimental) Fail over when no input is detected for the threshold period.static FailoverConditionFailoverCondition.inputLoss(InputLossFailoverProps props) (experimental) Fail over when no input is detected for the threshold period.static FailoverConditionFailoverCondition.videoBlack()(experimental) Fail over when the content is black for the threshold period.static FailoverConditionFailoverCondition.videoBlack(VideoBlackFailoverProps props) (experimental) Fail over when the content is black for the threshold period.Methods in software.amazon.awscdk.services.medialive.alpha that return types with arguments of type FailoverConditionModifier and TypeMethodDescriptiondefault List<FailoverCondition> AutomaticInputFailover.getFailoverConditions()(experimental) The conditions that trigger failover to the secondary input.final List<FailoverCondition> AutomaticInputFailover.Jsii$Proxy.getFailoverConditions()Method parameters in software.amazon.awscdk.services.medialive.alpha with type arguments of type FailoverConditionModifier and TypeMethodDescriptionAutomaticInputFailover.Builder.failoverConditions(List<? extends FailoverCondition> failoverConditions) Sets the value ofAutomaticInputFailover.getFailoverConditions()