public static final class CfnListenerRule.HttpHeaderConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListenerRule.HttpHeaderConfigProperty
CfnListenerRule.HttpHeaderConfigProperty
CfnListenerRule.HttpHeaderConfigProperty.Builder, CfnListenerRule.HttpHeaderConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getHttpHeaderName()
The name of the HTTP header field.
|
java.util.List<java.lang.String> |
getValues()
The strings to compare against the value of the HTTP header.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getHttpHeaderName()
CfnListenerRule.HttpHeaderConfigProperty
The maximum size is 40 characters. The header name is case insensitive. The allowed characters are specified by RFC 7230. Wildcards are not supported.
getHttpHeaderName
in interface CfnListenerRule.HttpHeaderConfigProperty
public final java.util.List<java.lang.String> getValues()
CfnListenerRule.HttpHeaderConfigProperty
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.
getValues
in interface CfnListenerRule.HttpHeaderConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()