| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
WeightedTargetGroup.Jsii$Proxy
An implementation for
WeightedTargetGroup |
| Modifier and Type | Method and Description |
|---|---|
WeightedTargetGroup |
WeightedTargetGroup.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
static ListenerAction |
ListenerAction.weightedForward(List<? extends WeightedTargetGroup> targetGroups)
(experimental) Forward to one or more Target Groups which are weighted differently.
|
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.