Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnListener.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier 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.Builder
CfnListener.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.listenerAttributes
(List<? extends Object> listenerAttributes) The listener attributes.CfnListener.Builder.listenerAttributes
(IResolvable listenerAttributes) The listener attributes.CfnListener.Builder.loadBalancerArn
(String loadBalancerArn) The Amazon Resource Name (ARN) of the load balancer.CfnListener.Builder.mutualAuthentication
(IResolvable mutualAuthentication) The mutual authentication configuration information.CfnListener.Builder.mutualAuthentication
(CfnListener.MutualAuthenticationProperty mutualAuthentication) The mutual authentication configuration information.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.