| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AddFixedResponseProps
Deprecated.
Use `ApplicationListener.addAction` instead.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AddFixedResponseProps.Jsii$Proxy
Deprecated.
|
static class |
FixedResponse.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FixedResponse |
FixedResponse.Builder.build()
Deprecated.
|
default FixedResponse |
BaseApplicationListenerRuleProps.getFixedResponse()
Deprecated.
Use `action` instead.
|
FixedResponse |
BaseApplicationListenerRuleProps.Jsii$Proxy.getFixedResponse() |
FixedResponse |
ApplicationListenerRuleProps.Jsii$Proxy.getFixedResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationListenerRule.addFixedResponse(FixedResponse fixedResponse)
Deprecated.
Use configureAction instead
|
BaseApplicationListenerRuleProps.Builder |
BaseApplicationListenerRuleProps.Builder.fixedResponse(FixedResponse fixedResponse)
Deprecated.
Use `action` instead.
|
ApplicationListenerRuleProps.Builder |
ApplicationListenerRuleProps.Builder.fixedResponse(FixedResponse fixedResponse)
Deprecated.
Use `action` instead.
|
ApplicationListenerRule.Builder |
ApplicationListenerRule.Builder.fixedResponse(FixedResponse fixedResponse)
Deprecated.
Use `action` instead.
|
| Constructor and Description |
|---|
Jsii$Proxy(IApplicationListener listener,
Number priority,
ListenerAction action,
List<? extends ListenerCondition> conditions,
FixedResponse fixedResponse,
String hostHeader,
String pathPattern,
List<String> pathPatterns,
RedirectResponse redirectResponse,
List<? extends IApplicationTargetGroup> targetGroups)
Constructor that initializes the object based on literal property values passed by the
ApplicationListenerRuleProps.Builder. |
Jsii$Proxy(Number priority,
ListenerAction action,
List<? extends ListenerCondition> conditions,
FixedResponse fixedResponse,
String hostHeader,
String pathPattern,
List<String> pathPatterns,
RedirectResponse redirectResponse,
List<? extends IApplicationTargetGroup> targetGroups)
Constructor that initializes the object based on literal property values passed by the
BaseApplicationListenerRuleProps.Builder. |
Copyright © 2021. All rights reserved.