Interface MedialiveChannelInputAttachmentsAutomaticInputFailoverSettings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MedialiveChannelInputAttachmentsAutomaticInputFailoverSettings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.032Z") @Stability(Stable) public interface MedialiveChannelInputAttachmentsAutomaticInputFailoverSettings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMedialiveChannelInputAttachmentsAutomaticInputFailoverSettings.Builderstatic classMedialiveChannelInputAttachmentsAutomaticInputFailoverSettings.Jsii$ProxyAn implementation forMedialiveChannelInputAttachmentsAutomaticInputFailoverSettings
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static MedialiveChannelInputAttachmentsAutomaticInputFailoverSettings.Builderbuilder()default NumbergetErrorClearTimeMsec()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#error_clear_time_msec MedialiveChannel#error_clear_time_msec}.default ObjectgetFailoverCondition()failover_condition block.default StringgetInputPreference()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_preference MedialiveChannel#input_preference}.StringgetSecondaryInputId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#secondary_input_id MedialiveChannel#secondary_input_id}.
-
-
-
Method Detail
-
getSecondaryInputId
@Stability(Stable) @NotNull String getSecondaryInputId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#secondary_input_id MedialiveChannel#secondary_input_id}.
-
getErrorClearTimeMsec
@Stability(Stable) @Nullable default Number getErrorClearTimeMsec()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#error_clear_time_msec MedialiveChannel#error_clear_time_msec}.
-
getFailoverCondition
@Stability(Stable) @Nullable default Object getFailoverCondition()
failover_condition block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#failover_condition MedialiveChannel#failover_condition}
-
getInputPreference
@Stability(Stable) @Nullable default String getInputPreference()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/medialive_channel#input_preference MedialiveChannel#input_preference}.
-
builder
@Stability(Stable) static MedialiveChannelInputAttachmentsAutomaticInputFailoverSettings.Builder builder()
-
-