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
,InstanceTarget
,IpTarget
,IpTarget
,LambdaTarget
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:44.344Z")
@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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIApplicationLoadBalancerTarget
.static final class
A 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.
-