public static final class AddApplicationActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddApplicationActionProps
AddApplicationActionProps
AddApplicationActionProps.Builder, AddApplicationActionProps.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) |
ListenerAction |
getAction()
Action to perform.
|
java.util.List<ListenerCondition> |
getConditions()
Rule applies if matches the conditions.
|
java.lang.String |
getHostHeader()
(deprecated) Rule applies if the requested host matches the indicated host.
|
java.lang.String |
getPathPattern()
(deprecated) Rule applies if the requested path matches the given path pattern.
|
java.util.List<java.lang.String> |
getPathPatterns()
(deprecated) Rule applies if the requested path matches any of the given patterns.
|
java.lang.Number |
getPriority()
Priority of this target group.
|
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 ListenerAction getAction()
AddApplicationActionProps
getAction
in interface AddApplicationActionProps
public final java.util.List<ListenerCondition> getConditions()
AddRuleProps
Default: - No conditions.
getConditions
in interface AddRuleProps
public final java.lang.String getHostHeader()
AddRuleProps
May contain up to three '*' wildcards.
Requires that priority is set.
Default: No host condition
getHostHeader
in interface AddRuleProps
public final java.lang.String getPathPattern()
AddRuleProps
May contain up to three '*' wildcards.
Requires that priority is set.
Default: No path condition
getPathPattern
in interface AddRuleProps
public final java.util.List<java.lang.String> getPathPatterns()
AddRuleProps
May contain up to three '*' wildcards.
Requires that priority is set.
Default: - No path condition.
getPathPatterns
in interface AddRuleProps
public final java.lang.Number getPriority()
AddRuleProps
The 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
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()