Uses of Class
software.amazon.awscdk.services.lightsail.CfnLoadBalancerTlsCertificate.Builder
-
Uses of CfnLoadBalancerTlsCertificate.Builder in software.amazon.awscdk.services.lightsail
Modifier and TypeMethodDescriptionCfnLoadBalancerTlsCertificate.Builder.certificateAlternativeNames
(List<String> certificateAlternativeNames) An array of alternative domain names and subdomain names for your SSL/TLS certificate.CfnLoadBalancerTlsCertificate.Builder.certificateDomainName
(String certificateDomainName) The domain name for the SSL/TLS certificate.CfnLoadBalancerTlsCertificate.Builder.certificateName
(String certificateName) The name of the SSL/TLS certificate.CfnLoadBalancerTlsCertificate.Builder.httpsRedirectionEnabled
(Boolean httpsRedirectionEnabled) A Boolean value indicating whether HTTPS redirection is enabled for the load balancer that the TLS certificate is attached to.CfnLoadBalancerTlsCertificate.Builder.httpsRedirectionEnabled
(IResolvable httpsRedirectionEnabled) A Boolean value indicating whether HTTPS redirection is enabled for the load balancer that the TLS certificate is attached to.CfnLoadBalancerTlsCertificate.Builder.isAttached
(Boolean isAttached) A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.CfnLoadBalancerTlsCertificate.Builder.isAttached
(IResolvable isAttached) A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.CfnLoadBalancerTlsCertificate.Builder.loadBalancerName
(String loadBalancerName) The name of the load balancer that the SSL/TLS certificate is attached to.