Class MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.aws.medialive_channel.MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.034Z") @Stability(Stable) public class MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedMedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedMedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumbergetErrorClearTimeMsec()NumbergetErrorClearTimeMsecInput()MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsFailoverConditionListgetFailoverCondition()ObjectgetFailoverConditionInput()StringgetInputPreference()StringgetInputPreferenceInput()MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsgetInternalValue()StringgetSecondaryInputId()StringgetSecondaryInputIdInput()voidputFailoverCondition(Object value)voidresetErrorClearTimeMsec()voidresetFailoverCondition()voidresetInputPreference()voidsetErrorClearTimeMsec(Number value)voidsetInputPreference(String value)voidsetInternalValue(MedialiveChannelInputAttachmentsAutomaticInputFailoverSettings value)voidsetSecondaryInputId(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsOutputReference
protected MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsOutputReference
protected MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsOutputReference
@Stability(Stable) public MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
putFailoverCondition
@Stability(Stable) public void putFailoverCondition(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetErrorClearTimeMsec
@Stability(Stable) public void resetErrorClearTimeMsec()
-
resetFailoverCondition
@Stability(Stable) public void resetFailoverCondition()
-
resetInputPreference
@Stability(Stable) public void resetInputPreference()
-
getFailoverCondition
@Stability(Stable) @NotNull public MedialiveChannelInputAttachmentsAutomaticInputFailoverSettingsFailoverConditionList getFailoverCondition()
-
getErrorClearTimeMsecInput
@Stability(Stable) @Nullable public Number getErrorClearTimeMsecInput()
-
getFailoverConditionInput
@Stability(Stable) @Nullable public Object getFailoverConditionInput()
-
getInputPreferenceInput
@Stability(Stable) @Nullable public String getInputPreferenceInput()
-
getSecondaryInputIdInput
@Stability(Stable) @Nullable public String getSecondaryInputIdInput()
-
getErrorClearTimeMsec
@Stability(Stable) @NotNull public Number getErrorClearTimeMsec()
-
setErrorClearTimeMsec
@Stability(Stable) public void setErrorClearTimeMsec(@NotNull Number value)
-
getInputPreference
@Stability(Stable) @NotNull public String getInputPreference()
-
setInputPreference
@Stability(Stable) public void setInputPreference(@NotNull String value)
-
getSecondaryInputId
@Stability(Stable) @NotNull public String getSecondaryInputId()
-
setSecondaryInputId
@Stability(Stable) public void setSecondaryInputId(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public MedialiveChannelInputAttachmentsAutomaticInputFailoverSettings getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable MedialiveChannelInputAttachmentsAutomaticInputFailoverSettings value)
-
-