Http Route Match Header Args
data class HttpRouteMatchHeaderArgs(val name: Output<String>, val type: Output<Either<String, HeaderMatchType>>? = null, val value: Output<String>? = null) : ConvertibleToJava<HttpRouteMatchHeaderArgs>
Describes header information for http route matching.
Constructors
Link copied to clipboard
constructor(name: Output<String>, type: Output<Either<String, HeaderMatchType>>? = null, value: Output<String>? = null)