Class HttpRouteRuleMatchQueryParameterArgs


  • public final class HttpRouteRuleMatchQueryParameterArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • exactMatch

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> exactMatch()
        Returns:
        The value of the query parameter must exactly match the contents of exactMatch.
      • presentMatch

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> presentMatch()
        Returns:
        Specifies that the QueryParameterMatcher matches if request contains query parameter, irrespective of whether the parameter has a value or not.
      • queryParameter

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> queryParameter()
        Returns:
        The name of the query parameter to match.
      • regexMatch

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> regexMatch()
        Returns:
        The value of the query parameter must match the regular expression specified by regexMatch.For regular expression grammar, please see https://github.com/google/re2/wiki/Syntax