Show / Hide Table of Contents

Interface INetworkLoadBalancerTarget

Interface for constructs that can be targets of an network load balancer.

Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface INetworkLoadBalancerTarget
Syntax (vb)
Public Interface INetworkLoadBalancerTarget

Synopsis

Methods

AttachToNetworkTargetGroup(INetworkTargetGroup)

Attach load-balanced target to a TargetGroup.

Methods

AttachToNetworkTargetGroup(INetworkTargetGroup)

Attach load-balanced target to a TargetGroup.

ILoadBalancerTargetProps AttachToNetworkTargetGroup(INetworkTargetGroup targetGroup)
Parameters
targetGroup INetworkTargetGroup
Returns

ILoadBalancerTargetProps

Remarks

May return JSON to directly add to the [Targets] list, or return undefined if the target will register itself with the load balancer.

Back to top Generated by DocFX