Uses of Class
software.amazon.awscdk.services.medialive.alpha.InputPreference
Packages that use InputPreference
Package
Description
AWS::MediaLive Construct Library
-
Uses of InputPreference in software.amazon.awscdk.services.medialive.alpha
Fields in software.amazon.awscdk.services.medialive.alpha declared as InputPreferenceModifier and TypeFieldDescriptionstatic final InputPreferenceInputPreference.EQUAL_INPUT_PREFERENCE(experimental) No preference — stay on the currently active input even after the other recovers.static final InputPreferenceInputPreference.PRIMARY_INPUT_PREFERRED(experimental) Prefer the primary input — switch back to it once it has been free of failover conditions for the error-clear time.Methods in software.amazon.awscdk.services.medialive.alpha that return InputPreferenceModifier and TypeMethodDescriptiondefault InputPreferenceAutomaticInputFailover.getInputPreference()(experimental) Which input to prefer once a failed input has recovered.final InputPreferenceAutomaticInputFailover.Jsii$Proxy.getInputPreference()static InputPreference(experimental) A value not yet modelled by AWS CDK.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type InputPreferenceModifier and TypeMethodDescriptionAutomaticInputFailover.Builder.inputPreference(InputPreference inputPreference) Sets the value ofAutomaticInputFailover.getInputPreference()