| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkListenerAction |
NetworkListenerAction.forward(List<? extends INetworkTargetGroup> targetGroups)
Forward to one or more Target Groups.
|
static NetworkListenerAction |
NetworkListenerAction.forward(List<? extends INetworkTargetGroup> targetGroups,
NetworkForwardOptions options)
Forward to one or more Target Groups.
|
NetworkListenerAction |
AddNetworkActionProps.getAction()
Action to perform.
|
NetworkListenerAction |
AddNetworkActionProps.Jsii$Proxy.getAction() |
NetworkListenerAction |
NetworkListenerProps.Jsii$Proxy.getDefaultAction() |
default NetworkListenerAction |
BaseNetworkListenerProps.getDefaultAction()
Default action to take for requests to this listener.
|
NetworkListenerAction |
BaseNetworkListenerProps.Jsii$Proxy.getDefaultAction() |
protected NetworkListenerAction |
NetworkListenerAction.getNext() |
static NetworkListenerAction |
NetworkListenerAction.weightedForward(List<? extends NetworkWeightedTargetGroup> targetGroups)
Forward to one or more Target Groups which are weighted differently.
|
static NetworkListenerAction |
NetworkListenerAction.weightedForward(List<? extends NetworkWeightedTargetGroup> targetGroups,
NetworkForwardOptions options)
Forward to one or more Target Groups which are weighted differently.
|
| Modifier and Type | Method and Description |
|---|---|
AddNetworkActionProps.Builder |
AddNetworkActionProps.Builder.action(NetworkListenerAction action)
Sets the value of
AddNetworkActionProps.getAction() |
NetworkListener.Builder |
NetworkListener.Builder.defaultAction(NetworkListenerAction defaultAction)
Default action to take for requests to this listener.
|
NetworkListenerProps.Builder |
NetworkListenerProps.Builder.defaultAction(NetworkListenerAction defaultAction)
Sets the value of
BaseNetworkListenerProps.getDefaultAction() |
BaseNetworkListenerProps.Builder |
BaseNetworkListenerProps.Builder.defaultAction(NetworkListenerAction defaultAction)
Sets the value of
BaseNetworkListenerProps.getDefaultAction() |
| Constructor and Description |
|---|
NetworkListenerAction(CfnListener.ActionProperty actionJson,
NetworkListenerAction next)
Create an instance of NetworkListenerAction.
|
Copyright © 2022. All rights reserved.