Readonly listenersReadonly loadReadonly securityReadonly targetReadonly vpcAttaches a target to the first listener of this LoadBalancer. If there are multiple
listeners you can add a target to specific listener to by calling .attachTarget directly
on it.
Creates a new listener for this [ApplicationLoadBalancer] see ApplicationListener for more details.
Creates a target group for this [ApplicationLoadBalancer] see ApplicationTargetGroup for more details.
Generated using TypeDoc
A application load balancer serves as the single point of contact for clients. The load balancer distributes incoming application traffic across multiple targets, such as EC2 instances, in multiple Availability Zones. This increases the availability of your application. You add one or more listeners to your load balancer.
See https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html for more details.