Show / Hide Table of Contents

Interface IApplicationLoadBalancerTarget

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

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

Synopsis

Methods

AttachToApplicationTargetGroup(IApplicationTargetGroup)

Attach load-balanced target to a TargetGroup.

Methods

AttachToApplicationTargetGroup(IApplicationTargetGroup)

Attach load-balanced target to a TargetGroup.

ILoadBalancerTargetProps AttachToApplicationTargetGroup(IApplicationTargetGroup targetGroup)
Parameters
targetGroup IApplicationTargetGroup
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