Table of Contents

Interface ILoadBalancerTarget

Namespace
Amazon.CDK.AWS.ElasticLoadBalancing
Assembly
Amazon.CDK.AWS.ElasticLoadBalancing.dll

Interface that is going to be implemented by constructs that you can load balance to.

public interface ILoadBalancerTarget : IConnectable

Methods

AttachToClassicLB(LoadBalancer)

Attach load-balanced target to a classic ELB.

void AttachToClassicLB(LoadBalancer loadBalancer)

Parameters

loadBalancer LoadBalancer

[disable-awslint:ref-via-interface] The load balancer to attach the target to.