Http Route Match Path Args
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>)