@Stability(value=Stable) @Internal public static final class CfnListenerRule.RuleConditionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnListenerRule.RuleConditionProperty
CfnListenerRule.RuleConditionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnListenerRule.RuleConditionProperty.Builder, CfnListenerRule.RuleConditionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnListenerRule.RuleConditionProperty.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 |
getField()
The field in the HTTP request.
|
Object |
getHostHeaderConfig()
Information for a host header condition.
|
Object |
getHttpHeaderConfig()
Information for an HTTP header condition.
|
Object |
getHttpRequestMethodConfig()
Information for an HTTP method condition.
|
Object |
getPathPatternConfig()
Information for a path pattern condition.
|
Object |
getQueryStringConfig()
Information for a query string condition.
|
Object |
getSourceIpConfig()
Information for a source IP condition.
|
List<String> |
getValues()
The condition value.
|
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.RuleConditionProperty.Builder builder)
CfnListenerRule.ActionProperty.Builder.public final String getField()
CfnListenerRule.RuleConditionProperty
http-headerhttp-request-methodhost-headerpath-patternquery-stringsource-ipgetField in interface CfnListenerRule.RuleConditionPropertypublic final Object getHostHeaderConfig()
CfnListenerRule.RuleConditionProperty
Specify only when Field is host-header .
getHostHeaderConfig in interface CfnListenerRule.RuleConditionPropertypublic final Object getHttpHeaderConfig()
CfnListenerRule.RuleConditionProperty
Specify only when Field is http-header .
getHttpHeaderConfig in interface CfnListenerRule.RuleConditionPropertypublic final Object getHttpRequestMethodConfig()
CfnListenerRule.RuleConditionProperty
Specify only when Field is http-request-method .
getHttpRequestMethodConfig in interface CfnListenerRule.RuleConditionPropertypublic final Object getPathPatternConfig()
CfnListenerRule.RuleConditionProperty
Specify only when Field is path-pattern .
getPathPatternConfig in interface CfnListenerRule.RuleConditionPropertypublic final Object getQueryStringConfig()
CfnListenerRule.RuleConditionProperty
Specify only when Field is query-string .
getQueryStringConfig in interface CfnListenerRule.RuleConditionPropertypublic final Object getSourceIpConfig()
CfnListenerRule.RuleConditionProperty
Specify only when Field is source-ip .
getSourceIpConfig in interface CfnListenerRule.RuleConditionPropertypublic final List<String> getValues()
CfnListenerRule.RuleConditionProperty
Specify only when Field is host-header or path-pattern . Alternatively, to specify multiple host names or multiple path patterns, use HostHeaderConfig or PathPatternConfig .
If Field is host-header and you're not using HostHeaderConfig , you can specify a single host name (for example, my.example.com). A host name is case insensitive, can be up to 128 characters in length, and can contain any of the following characters.
If Field is path-pattern and you're not using PathPatternConfig , you can specify a single path pattern (for example, /img/*). A path pattern is case-sensitive, can be up to 128 characters in length, and can contain any of the following characters.
getValues in interface CfnListenerRule.RuleConditionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.