| 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)
(experimental) Forward to one or more Target Groups.
|
static NetworkListenerAction |
NetworkListenerAction.forward(List<? extends INetworkTargetGroup> targetGroups,
NetworkForwardOptions options)
(experimental) Forward to one or more Target Groups.
|
NetworkListenerAction |
AddNetworkActionProps.getAction()
(experimental) Action to perform.
|
NetworkListenerAction |
AddNetworkActionProps.Jsii$Proxy.getAction() |
NetworkListenerAction |
NetworkListenerProps.Jsii$Proxy.getDefaultAction() |
default NetworkListenerAction |
BaseNetworkListenerProps.getDefaultAction()
(experimental) 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)
(experimental) Forward to one or more Target Groups which are weighted differently.
|
static NetworkListenerAction |
NetworkListenerAction.weightedForward(List<? extends NetworkWeightedTargetGroup> targetGroups,
NetworkForwardOptions options)
(experimental) 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)
(experimental) 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 |
|---|
Jsii$Proxy(INetworkLoadBalancer loadBalancer,
Number port,
List<? extends IListenerCertificate> certificates,
NetworkListenerAction defaultAction,
List<? extends INetworkTargetGroup> defaultTargetGroups,
Protocol protocol,
SslPolicy sslPolicy)
Constructor that initializes the object based on literal property values passed by the
NetworkListenerProps.Builder. |
Jsii$Proxy(NetworkListenerAction action)
Constructor that initializes the object based on literal property values passed by the
AddNetworkActionProps.Builder. |
Jsii$Proxy(Number port,
List<? extends IListenerCertificate> certificates,
NetworkListenerAction defaultAction,
List<? extends INetworkTargetGroup> defaultTargetGroups,
Protocol protocol,
SslPolicy sslPolicy)
Constructor that initializes the object based on literal property values passed by the
BaseNetworkListenerProps.Builder. |
NetworkListenerAction(CfnListener.ActionProperty actionJson,
NetworkListenerAction next)
(experimental) Create an instance of NetworkListenerAction.
|
Copyright © 2021. All rights reserved.