Interface ILoadBalancerTarget
Interface that is going to be implemented by constructs that you can load balance to.
Inherited Members
Namespace: Amazon.CDK.AWS.ElasticLoadBalancing
Assembly: Amazon.CDK.AWS.ElasticLoadBalancing.dll
Syntax (csharp)
public interface ILoadBalancerTarget : IConnectable
Syntax (vb)
Public Interface ILoadBalancerTarget
Inherits IConnectable
Synopsis
Methods
AttachToClassicLB(LoadBalancer) | Attach load-balanced target to a classic ELB. |
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.