Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationListener.Builder
Packages that use ApplicationListener.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ApplicationListener.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ApplicationListener.BuilderModifier and TypeMethodDescriptionApplicationListener.Builder.certificates
(List<? extends IListenerCertificate> certificates) Certificate list of ACM cert ARNs.static ApplicationListener.Builder
ApplicationListener.Builder.defaultAction
(ListenerAction defaultAction) Default action to take for requests to this listener.ApplicationListener.Builder.defaultTargetGroups
(List<? extends IApplicationTargetGroup> defaultTargetGroups) Default target groups to load balance to.ApplicationListener.Builder.loadBalancer
(IApplicationLoadBalancer loadBalancer) The load balancer to attach this listener to.ApplicationListener.Builder.mutualAuthentication
(MutualAuthentication mutualAuthentication) The mutual authentication configuration information.Allow anyone to connect to the load balancer on the listener port.The port on which the listener listens for requests.ApplicationListener.Builder.protocol
(ApplicationProtocol protocol) The protocol to use.The security policy that defines which ciphers and protocols are supported.