Load Balancer Tls Certificate Args
data class LoadBalancerTlsCertificateArgs(val certificateAlternativeNames: Output<List<String>>? = null, val certificateDomainName: Output<String>? = null, val certificateName: Output<String>? = null, val httpsRedirectionEnabled: Output<Boolean>? = null, val isAttached: Output<Boolean>? = null, val loadBalancerName: Output<String>? = null) : ConvertibleToJava<LoadBalancerTlsCertificateArgs>
Resource Type definition for AWS::Lightsail::LoadBalancerTlsCertificate
Properties
Link copied to clipboard
An array of strings listing alternative domains and subdomains for your SSL/TLS certificate.
Link copied to clipboard
The domain name (e.g., example.com ) for your SSL/TLS certificate.
Link copied to clipboard
The SSL/TLS certificate name.
Link copied to clipboard
A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
Link copied to clipboard
When true, the SSL/TLS certificate is attached to the Lightsail load balancer.
Link copied to clipboard
The name of your load balancer.