Edge Cache Service Routing Path Matcher Route Rule Match Rule Query Parameter Match Args
data class EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs(val exactMatch: Output<String>? = null, val name: Output<String>, val presentMatch: Output<Boolean>? = null) : ConvertibleToJava<EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs>
Properties
Link copied to clipboard
The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch.
Link copied to clipboard
Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not.