Class CfnListenerRule.HttpHeaderConfigProperty.Jsii$Proxy

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

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

  • Method Details

    • getHttpHeaderName

      public final String getHttpHeaderName()
      Description copied from interface: CfnListenerRule.HttpHeaderConfigProperty
      The name of the HTTP header field.

      The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.

      Specified by:
      getHttpHeaderName in interface CfnListenerRule.HttpHeaderConfigProperty
    • getValues

      public final List<String> getValues()
      Description copied from interface: CfnListenerRule.HttpHeaderConfigProperty
      The strings to compare against the value of the HTTP header.

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

      If the same header appears multiple times in the request, we search them in order until a match is found.

      If you specify multiple strings, the condition is satisfied if one of the strings matches the value of the HTTP header. To require that all of the strings are a match, create one condition per string.

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