@Stability(value=Stable) @Internal public static final class CfnListenerRule.HttpHeaderConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListenerRule.HttpHeaderConfigProperty
CfnListenerRule.HttpHeaderConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnListenerRule.HttpHeaderConfigProperty.Builder, CfnListenerRule.HttpHeaderConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnListenerRule.HttpHeaderConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnListenerRule.ActionProperty.Builder. |
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(Object o) |
String |
getHttpHeaderName()
The name of the HTTP header field.
|
List<String> |
getValues()
One or more strings to compare against the value of the HTTP header.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnListenerRule.HttpHeaderConfigProperty.Builder builder)
CfnListenerRule.ActionProperty.Builder.public final String getHttpHeaderName()
CfnListenerRule.HttpHeaderConfigPropertyThe 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.HttpHeaderConfigPropertypublic final List<String> getValues()
CfnListenerRule.HttpHeaderConfigPropertyThe 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@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.