HttpRouteMatchPathArgs

data class HttpRouteMatchPathArgs(val rewrite: Output<String>? = null, val type: Output<Either<String, PathMatchType>>, val value: Output<String>) : ConvertibleToJava<HttpRouteMatchPathArgs>

Path to match for routing.

Constructors

Link copied to clipboard
constructor(rewrite: Output<String>? = null, type: Output<Either<String, PathMatchType>>, value: Output<String>)

Properties

Link copied to clipboard
val rewrite: Output<String>? = null

replacement string for matched part of the Uri.

Link copied to clipboard
val type: Output<Either<String, PathMatchType>>

how to match value in the Uri

Link copied to clipboard
val value: Output<String>

Uri path to match for request.

Functions

Link copied to clipboard
open override fun toJava(): HttpRouteMatchPathArgs