Authorization Policy Rule Destination Http Header Match Args
data class AuthorizationPolicyRuleDestinationHttpHeaderMatchArgs(val headerName: Output<String>, val regexMatch: Output<String>) : ConvertibleToJava<AuthorizationPolicyRuleDestinationHttpHeaderMatchArgs>
Constructors
Link copied to clipboard
fun AuthorizationPolicyRuleDestinationHttpHeaderMatchArgs(headerName: Output<String>, regexMatch: Output<String>)
Functions
Properties
Link copied to clipboard
The value of the header must match the regular expression specified in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript For matching against a port specified in the HTTP request, use a headerMatch with headerName set to Host and a regular expression that satisfies the RFC2616 Host header's port specifier.