Interface ITargetGroup
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IApplicationTargetGroup,IApplicationTargetGroup.Jsii$Default,INetworkTargetGroup,INetworkTargetGroup.Jsii$Default,ITargetGroup.Jsii$Default
- All Known Implementing Classes:
ApplicationTargetGroup,IApplicationTargetGroup.Jsii$Proxy,INetworkTargetGroup.Jsii$Proxy,ITargetGroup.Jsii$Proxy,NetworkTargetGroup,TargetGroupBase
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:10.363Z")
@Stability(Stable)
public interface ITargetGroup
extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
A target group.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITargetGroup.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionA token representing a list of ARNs of the load balancers that route traffic to this target group.software.constructs.IDependableReturn an object to depend on the listeners added to this target group.ARN of the target group.The name of the target group.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLoadBalancerArns
A token representing a list of ARNs of the load balancers that route traffic to this target group. -
getLoadBalancerAttached
@Stability(Stable) @NotNull software.constructs.IDependable getLoadBalancerAttached()Return an object to depend on the listeners added to this target group. -
getTargetGroupArn
ARN of the target group. -
getTargetGroupName
The name of the target group.
-