| Package | Description |
|---|---|
| software.amazon.awscdk.services.lightsail |
AWS::Lightsail Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnLoadBalancerTlsCertificate.Builder |
CfnLoadBalancerTlsCertificate.Builder.certificateAlternativeNames(List<String> certificateAlternativeNames)
An array of alternative domain names and subdomain names for your SSL/TLS certificate.
|
CfnLoadBalancerTlsCertificate.Builder |
CfnLoadBalancerTlsCertificate.Builder.certificateDomainName(String certificateDomainName)
The domain name for the SSL/TLS certificate.
|
CfnLoadBalancerTlsCertificate.Builder |
CfnLoadBalancerTlsCertificate.Builder.certificateName(String certificateName)
The name of the SSL/TLS certificate.
|
static CfnLoadBalancerTlsCertificate.Builder |
CfnLoadBalancerTlsCertificate.Builder.create(software.constructs.Construct scope,
String id) |
CfnLoadBalancerTlsCertificate.Builder |
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 |
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 |
CfnLoadBalancerTlsCertificate.Builder.isAttached(Boolean isAttached)
A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.
|
CfnLoadBalancerTlsCertificate.Builder |
CfnLoadBalancerTlsCertificate.Builder.isAttached(IResolvable isAttached)
A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.
|
CfnLoadBalancerTlsCertificate.Builder |
CfnLoadBalancerTlsCertificate.Builder.loadBalancerName(String loadBalancerName)
The name of the load balancer that the SSL/TLS certificate is attached to.
|
Copyright © 2022. All rights reserved.