automatic Input Failover Settings
suspend fun automaticInputFailoverSettings(value: Output<ChannelInputAttachmentAutomaticInputFailoverSettingsArgs>)
suspend fun automaticInputFailoverSettings(value: ChannelInputAttachmentAutomaticInputFailoverSettingsArgs?)
Parameters
value
User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input. See Automatic Input Failover Settings for more details.
suspend fun automaticInputFailoverSettings(argument: suspend ChannelInputAttachmentAutomaticInputFailoverSettingsArgsBuilder.() -> Unit)
Parameters
argument
User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input. See Automatic Input Failover Settings for more details.