@Stability(value=Experimental) @Internal public static final class AddApplicationTargetGroupsProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddApplicationTargetGroupsProps
AddApplicationTargetGroupsPropssoftware.amazon.jsii.JsiiObject.InitializationModeAddApplicationTargetGroupsProps.Builder, AddApplicationTargetGroupsProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AddApplicationTargetGroupsProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AddApplicationTargetGroupsProps.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.
|
List<IApplicationTargetGroup> |
getTargetGroups()
(experimental) Target groups to forward requests to.
|
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(AddApplicationTargetGroupsProps.Builder builder)
AddApplicationTargetGroupsProps.Builder.public final List<IApplicationTargetGroup> getTargetGroups()
AddApplicationTargetGroupsPropsgetTargetGroups in interface AddApplicationTargetGroupsPropspublic final List<ListenerCondition> getConditions()
AddRulePropsDefault: - No conditions.
getConditions in interface AddRulePropspublic final String getHostHeader()
AddRulePropsMay contain up to three '*' wildcards.
Requires that priority is set.
Default: No host condition
getHostHeader in interface AddRulePropspublic final String getPathPattern()
AddRulePropsMay contain up to three '*' wildcards.
Requires that priority is set.
Default: No path condition
getPathPattern in interface AddRulePropspublic final List<String> getPathPatterns()
AddRulePropsMay contain up to three '*' wildcards.
Requires that priority is set.
Default: - No path condition.
getPathPatterns in interface AddRulePropspublic 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.