@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.122Z") @Stability(value=Stable) public interface ITargetGroup extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ITargetGroup.Jsii$Default
Internal default implementation for
ITargetGroup. |
static class |
ITargetGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLoadBalancerArns()
A token representing a list of ARNs of the load balancers that route traffic to this target group.
|
software.constructs.IDependable |
getLoadBalancerAttached()
Return an object to depend on the listeners added to this target group.
|
String |
getTargetGroupArn()
ARN of the target group.
|
String |
getTargetGroupName()
The name of the target group.
|
@Stability(value=Stable) @NotNull String getLoadBalancerArns()
@Stability(value=Stable) @NotNull software.constructs.IDependable getLoadBalancerAttached()
@Stability(value=Stable) @NotNull String getTargetGroupArn()
@Stability(value=Stable) @NotNull String getTargetGroupName()
Copyright © 2022. All rights reserved.