Fallback Route Properties Args
data class FallbackRoutePropertiesArgs(val condition: Output<String>? = null, val endpointNames: Output<List<String>>, val isEnabled: Output<Boolean>, val name: Output<String>? = null, val source: Output<Either<String, RoutingSource>>) : ConvertibleToJava<FallbackRoutePropertiesArgs>
The properties of the fallback route. IoT Hub uses these properties when it routes messages to the fallback endpoint.