| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static ListenerCondition |
ListenerCondition.hostHeaders(List<String> values)
(experimental) Create a host-header listener rule condition.
|
static ListenerCondition |
ListenerCondition.httpHeader(String name,
List<String> values)
(experimental) Create a http-header listener rule condition.
|
static ListenerCondition |
ListenerCondition.httpRequestMethods(List<String> values)
(experimental) Create a http-request-method listener rule condition.
|
static ListenerCondition |
ListenerCondition.pathPatterns(List<String> values)
(experimental) Create a path-pattern listener rule condition.
|
static ListenerCondition |
ListenerCondition.queryStrings(List<? extends QueryStringCondition> values)
(experimental) Create a query-string listener rule condition.
|
static ListenerCondition |
ListenerCondition.sourceIps(List<String> values)
(experimental) Create a source-ip listener rule condition.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ListenerCondition> |
AddRuleProps.getConditions()
(experimental) Rule applies if matches the conditions.
|
List<ListenerCondition> |
AddRuleProps.Jsii$Proxy.getConditions() |
List<ListenerCondition> |
AddApplicationTargetGroupsProps.Jsii$Proxy.getConditions() |
List<ListenerCondition> |
ApplicationListenerRuleProps.Jsii$Proxy.getConditions() |
default List<ListenerCondition> |
BaseApplicationListenerRuleProps.getConditions()
(experimental) Rule applies if matches the conditions.
|
List<ListenerCondition> |
BaseApplicationListenerRuleProps.Jsii$Proxy.getConditions() |
List<ListenerCondition> |
AddApplicationActionProps.Jsii$Proxy.getConditions() |
List<ListenerCondition> |
AddApplicationTargetsProps.Jsii$Proxy.getConditions() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationListenerRule.addCondition(ListenerCondition condition)
(experimental) Add a non-standard condition to this rule.
|
| Constructor and Description |
|---|
Jsii$Proxy(Duration deregistrationDelay,
HealthCheck healthCheck,
Number port,
ApplicationProtocol protocol,
ApplicationProtocolVersion protocolVersion,
Duration slowStart,
Duration stickinessCookieDuration,
String stickinessCookieName,
String targetGroupName,
List<? extends IApplicationLoadBalancerTarget> targets,
List<? extends ListenerCondition> conditions,
Number priority)
Constructor that initializes the object based on literal property values passed by the
AddApplicationTargetsProps.Builder. |
Jsii$Proxy(IApplicationListener listener,
Number priority,
ListenerAction action,
List<? extends ListenerCondition> conditions,
List<? extends IApplicationTargetGroup> targetGroups)
Constructor that initializes the object based on literal property values passed by the
ApplicationListenerRuleProps.Builder. |
Jsii$Proxy(List<? extends IApplicationTargetGroup> targetGroups,
List<? extends ListenerCondition> conditions,
Number priority)
Constructor that initializes the object based on literal property values passed by the
AddApplicationTargetGroupsProps.Builder. |
Jsii$Proxy(List<? extends ListenerCondition> conditions,
Number priority)
Constructor that initializes the object based on literal property values passed by the
AddRuleProps.Builder. |
Jsii$Proxy(ListenerAction action,
List<? extends ListenerCondition> conditions,
Number priority)
Constructor that initializes the object based on literal property values passed by the
AddApplicationActionProps.Builder. |
Jsii$Proxy(Number priority,
ListenerAction action,
List<? extends ListenerCondition> conditions,
List<? extends IApplicationTargetGroup> targetGroups)
Constructor that initializes the object based on literal property values passed by the
BaseApplicationListenerRuleProps.Builder. |
Copyright © 2021. All rights reserved.