Class CfnListenerRule.QueryStringConfigProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule.QueryStringConfigProperty.Jsii$Proxy
All Implemented Interfaces:
CfnListenerRule.QueryStringConfigProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnListenerRule.QueryStringConfigProperty

@Stability(Stable) @Internal public static final class CfnListenerRule.QueryStringConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListenerRule.QueryStringConfigProperty
  • Constructor Details

  • Method Details

    • getValues

      public final Object getValues()
      Description copied from interface: CfnListenerRule.QueryStringConfigProperty
      The key/value pairs or values to find in the query string.

      The maximum size of each string is 128 characters. The comparison is case insensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character). To search for a literal '*' or '?' character in a query string, you must escape these characters in Values using a '' character.

      If you specify multiple key/value pairs or values, the condition is satisfied if one of them is found in the query string.

      Specified by:
      getValues in interface CfnListenerRule.QueryStringConfigProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object