Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener.Builder
Packages that use CfnListener.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnListener.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return CfnListener.BuilderModifier and TypeMethodDescriptionCfnListener.Builder.alpnPolicy(List<String> alpnPolicy) [TLS listener] The name of the Application-Layer Protocol Negotiation (ALPN) policy.CfnListener.Builder.certificates(List<? extends Object> certificates) The default SSL server certificate for a secure listener.CfnListener.Builder.certificates(IResolvable certificates) The default SSL server certificate for a secure listener.static CfnListener.BuilderCfnListener.Builder.defaultActions(List<? extends Object> defaultActions) The actions for the default rule.CfnListener.Builder.defaultActions(IResolvable defaultActions) The actions for the default rule.CfnListener.Builder.loadBalancerArn(String loadBalancerArn) The Amazon Resource Name (ARN) of the load balancer.The port on which the load balancer is listening.The protocol for connections from clients to the load balancer.[HTTPS and TLS listeners] The security policy that defines which protocols and ciphers are supported.