fallbackRoute

@JvmName(name = "cxkndfprhqcpopoa")
suspend fun fallbackRoute(value: Output<FallbackRoutePropertiesArgs>)
@JvmName(name = "svaixbpvrlaaidhc")
suspend fun fallbackRoute(value: FallbackRoutePropertiesArgs?)

Parameters

value

The properties of the route that is used as a fall-back route when none of the conditions specified in the 'routes' section are met. This is an optional parameter. When this property is not set, the messages which do not meet any of the conditions specified in the 'routes' section get routed to the built-in eventhub endpoint.


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

Parameters

argument

The properties of the route that is used as a fall-back route when none of the conditions specified in the 'routes' section are met. This is an optional parameter. When this property is not set, the messages which do not meet any of the conditions specified in the 'routes' section get routed to the built-in eventhub endpoint.