@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:13.907Z") @Stability(value=Experimental) public interface IApplicationLoadBalancerTarget extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IApplicationLoadBalancerTarget.Jsii$Default
Internal default implementation for
IApplicationLoadBalancerTarget. |
static class |
IApplicationLoadBalancerTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerTargetProps |
attachToApplicationTargetGroup(IApplicationTargetGroup targetGroup)
(experimental) Attach load-balanced target to a TargetGroup.
|
@Stability(value=Experimental) @NotNull LoadBalancerTargetProps attachToApplicationTargetGroup(@NotNull IApplicationTargetGroup targetGroup)
May return JSON to directly add to the [Targets] list, or return undefined if the target will register itself with the load balancer.
targetGroup - This parameter is required.Copyright © 2021. All rights reserved.