GrpcRouteRuleMatchHeaderArgs

data class GrpcRouteRuleMatchHeaderArgs(val key: Output<String>, val type: Output<String>? = null, val value: Output<String>) : ConvertibleToJava<GrpcRouteRuleMatchHeaderArgs>

Constructors

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

Properties

Link copied to clipboard
val key: Output<String>

Required. The key of the header.

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

The type of match. Default value is EXACT. Possible values are: TYPE_UNSPECIFIED, EXACT, REGULAR_EXPRESSION.

Link copied to clipboard
val value: Output<String>

Required. The value of the header.

Functions

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