@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:36.616Z") @Stability(value=Experimental) public interface INetworkLoadBalancerTarget extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
INetworkLoadBalancerTarget.Jsii$Default
Internal default implementation for
INetworkLoadBalancerTarget. |
static class |
INetworkLoadBalancerTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerTargetProps |
attachToNetworkTargetGroup(INetworkTargetGroup targetGroup)
(experimental) Attach load-balanced target to a TargetGroup.
|
@Stability(value=Experimental) @NotNull LoadBalancerTargetProps attachToNetworkTargetGroup(@NotNull INetworkTargetGroup 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 © 2020. All rights reserved.