@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:19.811Z") @Stability(value=Experimental) 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()
(experimental) A token representing a list of ARNs of the load balancers that route traffic to this target group.
|
software.constructs.IDependable |
getLoadBalancerAttached()
(experimental) Return an object to depend on the listeners added to this target group.
|
String |
getTargetGroupArn()
(experimental) ARN of the target group.
|
@Stability(value=Experimental) @NotNull String getLoadBalancerArns()
@Stability(value=Experimental) @NotNull software.constructs.IDependable getLoadBalancerAttached()
@Stability(value=Experimental) @NotNull String getTargetGroupArn()
Copyright © 2021. All rights reserved.