| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
NetworkForwardOptions.Jsii$Proxy
An implementation for
NetworkForwardOptions |
| Modifier and Type | Method and Description |
|---|---|
NetworkForwardOptions |
NetworkForwardOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkListenerAction |
NetworkListenerAction.forward(List<? extends INetworkTargetGroup> targetGroups,
NetworkForwardOptions options)
(experimental) Forward to one or more Target Groups.
|
static NetworkListenerAction |
NetworkListenerAction.weightedForward(List<? extends NetworkWeightedTargetGroup> targetGroups,
NetworkForwardOptions options)
(experimental) Forward to one or more Target Groups which are weighted differently.
|
Copyright © 2021. All rights reserved.