@Stability(value=Experimental) @Internal public static final class AddRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddRuleProps
AddRulePropssoftware.amazon.jsii.JsiiObject.InitializationModeAddRuleProps.Builder, AddRuleProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AddRuleProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AddRuleProps.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) |
List<ListenerCondition> |
getConditions()
(experimental) Rule applies if matches the conditions.
|
String |
getHostHeader()
(deprecated) Rule applies if the requested host matches the indicated host.
|
String |
getPathPattern()
(deprecated) Rule applies if the requested path matches the given path pattern.
|
List<String> |
getPathPatterns()
(deprecated) Rule applies if the requested path matches any of the given patterns.
|
Number |
getPriority()
(experimental) Priority of this target group.
|
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(AddRuleProps.Builder builder)
AddRuleProps.Builder.public final List<ListenerCondition> getConditions()
AddRulePropsDefault: - No conditions.
getConditions in interface AddRulePropshttps://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.htmlpublic final String getHostHeader()
AddRulePropsMay contain up to three '*' wildcards.
Requires that priority is set.
Default: No host condition
getHostHeader in interface AddRulePropshttps://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#host-conditionspublic final String getPathPattern()
AddRulePropsMay contain up to three '*' wildcards.
Requires that priority is set.
Default: No path condition
getPathPattern in interface AddRulePropshttps://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#path-conditionspublic final List<String> getPathPatterns()
AddRulePropsMay contain up to three '*' wildcards.
Requires that priority is set.
Default: - No path condition.
getPathPatterns in interface AddRulePropshttps://docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-listeners.html#path-conditionspublic final Number getPriority()
AddRulePropsThe rule with the lowest priority will be used for every request. If priority is not given, these target groups will be added as defaults, and must not have conditions.
Priorities must be unique.
Default: Target groups are used as defaults
getPriority in interface AddRuleProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.