Class CfnListenerRule.PathPatternConfigProperty.Jsii$Proxy

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

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

  • Method Details

    • getValues

      public final List<String> getValues()
      Description copied from interface: CfnListenerRule.PathPatternConfigProperty
      The path patterns to compare against the request URL.

      The maximum size of each string is 128 characters. The comparison is case sensitive. The following wildcard characters are supported: * (matches 0 or more characters) and ? (matches exactly 1 character).

      If you specify multiple strings, the condition is satisfied if one of them matches the request URL. The path pattern is compared only to the path of the URL, not to its query string.

      Specified by:
      getValues in interface CfnListenerRule.PathPatternConfigProperty
    • $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