Interface IApplicationLoadBalancerTarget
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IApplicationLoadBalancerTarget.Jsii$Default,IEcsLoadBalancerTarget,IEcsLoadBalancerTarget.Jsii$Default
- All Known Implementing Classes:
AutoScalingGroup,BaseService,Ec2Service,ExternalService,FargateService,IApplicationLoadBalancerTarget.Jsii$Proxy,IEcsLoadBalancerTarget.Jsii$Proxy,InstanceIdTarget,InstanceTarget,IpTarget,LambdaTarget
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:38.568Z")
@Stability(Stable)
public interface IApplicationLoadBalancerTarget
extends software.amazon.jsii.JsiiSerializable
Interface for constructs that can be targets of an application load balancer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIApplicationLoadBalancerTarget.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionattachToApplicationTargetGroup(IApplicationTargetGroup targetGroup) Attach load-balanced target to a TargetGroup.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
attachToApplicationTargetGroup
@Stability(Stable) @NotNull LoadBalancerTargetProps attachToApplicationTargetGroup(@NotNull IApplicationTargetGroup 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.
-