@Internal public static interface INetworkTargetGroup.Jsii$Default extends INetworkTargetGroup, ITargetGroup.Jsii$Default
INetworkTargetGroup.INetworkTargetGroup.Jsii$Default, INetworkTargetGroup.Jsii$Proxy| Modifier and Type | Method and Description |
|---|---|
default void |
addTarget(INetworkLoadBalancerTarget... targets)
(experimental) Add a load balancing target to this target group.
|
default String |
getLoadBalancerArns()
(experimental) A token representing a list of ARNs of the load balancers that route traffic to this target group.
|
default software.constructs.IDependable |
getLoadBalancerAttached()
(experimental) Return an object to depend on the listeners added to this target group.
|
default software.constructs.Node |
getNode()
The tree node.
|
default String |
getTargetGroupArn()
(experimental) ARN of the target group.
|
default void |
registerListener(INetworkListener listener)
(experimental) Register a listener that is load balancing to this target group.
|
@Stability(value=Stable) @NotNull default software.constructs.Node getNode()
getNode in interface software.constructs.IConstructgetNode in interface software.constructs.IConstruct.Jsii$DefaultgetNode in interface ITargetGroup.Jsii$Default@Stability(value=Experimental) @NotNull default String getLoadBalancerArns()
getLoadBalancerArns in interface ITargetGroupgetLoadBalancerArns in interface ITargetGroup.Jsii$Default@Stability(value=Experimental) @NotNull default software.constructs.IDependable getLoadBalancerAttached()
getLoadBalancerAttached in interface ITargetGroupgetLoadBalancerAttached in interface ITargetGroup.Jsii$Default@Stability(value=Experimental) @NotNull default String getTargetGroupArn()
getTargetGroupArn in interface ITargetGroupgetTargetGroupArn in interface ITargetGroup.Jsii$Default@Stability(value=Experimental)
default void addTarget(@NotNull
INetworkLoadBalancerTarget... targets)
addTarget in interface INetworkTargetGrouptargets - This parameter is required.@Stability(value=Experimental)
default void registerListener(@NotNull
INetworkListener listener)
Don't call this directly. It will be called by listeners.
registerListener in interface INetworkTargetGrouplistener - This parameter is required.Copyright © 2021. All rights reserved.