fallbackRoute

@JvmName(name = "istckinasxweylol")
suspend fun fallbackRoute(value: Output<IoTHubFallbackRouteArgs>)
@JvmName(name = "rjjrlvobbicsyoke")
suspend fun fallbackRoute(value: IoTHubFallbackRouteArgs?)

Parameters

value

A fallback_route block as defined below. If the fallback route is enabled, messages that don't match any of the supplied routes are automatically sent to this route. Defaults to messages/events.

NOTE: If fallback_route isn't explicitly specified, the fallback route wouldn't be enabled by default.


@JvmName(name = "efixusalijtkwpoh")
suspend fun fallbackRoute(argument: suspend IoTHubFallbackRouteArgsBuilder.() -> Unit)

Parameters

argument

A fallback_route block as defined below. If the fallback route is enabled, messages that don't match any of the supplied routes are automatically sent to this route. Defaults to messages/events.

NOTE: If fallback_route isn't explicitly specified, the fallback route wouldn't be enabled by default.