Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-lightsail-loadbalancertlscertificate.json
Parent schema serverless-framework-configuration
Type: object

Resource Type definition for AWS::Lightsail::LoadBalancerTlsCertificate. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-lightsail.git

Properties

LoadBalancerName string | Aws_CF_FunctionString required

The name of your load balancer.

CertificateName string | Aws_CF_FunctionString required

The SSL/TLS certificate name.

CertificateDomainName string | Aws_CF_FunctionString required

The domain name (e.g., example.com ) for your SSL/TLS certificate.

CertificateAlternativeNames string[]

An array of strings listing alternative domains and subdomains for your SSL/TLS certificate.

uniqueItems=true
IsAttached boolean

When true, the SSL/TLS certificate is attached to the Lightsail load balancer.

HttpsRedirectionEnabled boolean

A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.