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