Class 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
    • 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()
      • 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)