routes

@JvmName(name = "comppqvbjgrmqlyx")
suspend fun routes(value: Output<List<HttpRouteConfigArgs>>)
@JvmName(name = "ynydpbudkrtowipo")
suspend fun routes(value: List<HttpRouteConfigArgs>)

Parameters

value

Route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can handle general cases.


@JvmName(name = "qtvndewpwbdqbfwj")
suspend fun routes(vararg values: Output<HttpRouteConfigArgs>)


@JvmName(name = "vfbqdmwboyhqnkiw")
suspend fun routes(values: List<Output<HttpRouteConfigArgs>>)
@JvmName(name = "jrkeqphwfvjsfjfm")
suspend fun routes(vararg values: HttpRouteConfigArgs)

Parameters

values

Route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can handle general cases.


@JvmName(name = "gnnuipxmdjjnvheu")
suspend fun routes(argument: List<suspend HttpRouteConfigArgsBuilder.() -> Unit>)
@JvmName(name = "lxfdtjavlifstnhx")
suspend fun routes(vararg argument: suspend HttpRouteConfigArgsBuilder.() -> Unit)
@JvmName(name = "wbgtycnbnmfgjseb")
suspend fun routes(argument: suspend HttpRouteConfigArgsBuilder.() -> Unit)

Parameters

argument

Route information to use for routing. Routes are processed in the order they are specified. Specify routes that are more specific before routes that can handle general cases.