@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.122Z") @Stability(value=Stable) public interface INetworkTargetGroup extends software.amazon.jsii.JsiiSerializable, ITargetGroup
| Modifier and Type | Interface and Description |
|---|---|
static interface |
INetworkTargetGroup.Jsii$Default
Internal default implementation for
INetworkTargetGroup. |
static class |
INetworkTargetGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTarget(INetworkLoadBalancerTarget... targets)
Add a load balancing target to this target group.
|
void |
registerListener(INetworkListener listener)
Register a listener that is load balancing to this target group.
|
getLoadBalancerArns, getLoadBalancerAttached, getTargetGroupArn, getTargetGroupName@Stability(value=Stable)
void addTarget(@NotNull
INetworkLoadBalancerTarget... targets)
targets - This parameter is required.@Stability(value=Stable)
void registerListener(@NotNull
INetworkListener listener)
Don't call this directly. It will be called by listeners.
listener - This parameter is required.Copyright © 2022. All rights reserved.