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.104.0 (build e79254c)",
date="2024-11-15T10:24:59.439Z")
@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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forINetworkLoadBalancerTarget
.static final class
A 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.
-