fallbackRoute

@JvmName(name = "wqjwadnuswubnijs")
suspend fun fallbackRoute(value: Output<FallbackRoutePropertiesArgs>)
@JvmName(name = "deqoclbdjespackr")
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 present in the template, the fallback route is disabled by default.


@JvmName(name = "qkmbcphsuwntceyv")
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 present in the template, the fallback route is disabled by default.