EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs

data class EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs(val exactMatch: Output<String>? = null, val name: Output<String>, val presentMatch: Output<Boolean>? = null) : ConvertibleToJava<EdgeCacheServiceRoutingPathMatcherRouteRuleMatchRuleQueryParameterMatchArgs>

Constructors

constructor(exactMatch: Output<String>? = null, name: Output<String>, presentMatch: Output<Boolean>? = null)

Properties

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

The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch.

Link copied to clipboard
val name: Output<String>

The name of the query parameter to match. The query parameter must exist in the request, in the absence of which the request match fails.

Link copied to clipboard
val presentMatch: Output<Boolean>? = null

Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not.

Functions

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