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
An implementation for
CfnListenerRule.HttpHeaderConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule.HttpHeaderConfigProperty
CfnListenerRule.HttpHeaderConfigProperty.Builder, CfnListenerRule.HttpHeaderConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnListenerRule.HttpHeaderConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnListenerRule.HttpHeaderConfigProperty.Builder.
-
-
Method Details
-
getHttpHeaderName
Description copied from interface:CfnListenerRule.HttpHeaderConfigPropertyThe 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:
getHttpHeaderNamein interfaceCfnListenerRule.HttpHeaderConfigProperty- See Also:
-
getValues
Description copied from interface:CfnListenerRule.HttpHeaderConfigPropertyThe 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:
getValuesin interfaceCfnListenerRule.HttpHeaderConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-