Interface INetworkLoadBalancerTarget
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEcsLoadBalancerTarget,IEcsLoadBalancerTarget.Jsii$Default,INetworkLoadBalancerTarget.Jsii$Default
- All Known Implementing Classes:
AlbArnTarget,AlbListenerTarget,AlbTarget,AutoScalingGroup,BaseService,Ec2Service,ExternalService,FargateService,IEcsLoadBalancerTarget.Jsii$Proxy,INetworkLoadBalancerTarget.Jsii$Proxy,InstanceIdTarget,InstanceTarget,IpTarget
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:39.905Z")
@Stability(Stable)
public interface INetworkLoadBalancerTarget
extends software.amazon.jsii.JsiiSerializable
Interface for constructs that can be targets of an network load balancer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINetworkLoadBalancerTarget.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionattachToNetworkTargetGroup(INetworkTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
attachToNetworkTargetGroup
@Stability(Stable) @NotNull LoadBalancerTargetProps attachToNetworkTargetGroup(@NotNull INetworkTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.May return JSON to directly add to the [Targets] list, or return undefined if the target will register itself with the load balancer.
- Parameters:
targetGroup- This parameter is required.
-