@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:47.133Z")
public interface INetworkLoadBalancerTarget
Modifier and Type | Interface and Description |
---|---|
static interface |
INetworkLoadBalancerTarget.Jsii$Default
Internal default implementation for
INetworkLoadBalancerTarget . |
static class |
INetworkLoadBalancerTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
LoadBalancerTargetProps |
attachToNetworkTargetGroup(INetworkTargetGroup targetGroup)
Attach load-balanced target to a TargetGroup.
|
LoadBalancerTargetProps attachToNetworkTargetGroup(INetworkTargetGroup targetGroup)
May return JSON to directly add to the [Targets] list, or return undefined if the target will register itself with the load balancer.
targetGroup
- This parameter is required.