--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_lightsail_load_balancer_tls_certificate Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::Lightsail::LoadBalancerTlsCertificate --- # awscc_lightsail_load_balancer_tls_certificate (Data Source) Data Source schema for AWS::Lightsail::LoadBalancerTlsCertificate ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `certificate_alternative_names` (Set of String) An array of strings listing alternative domains and subdomains for your SSL/TLS certificate. - `certificate_domain_name` (String) The domain name (e.g., example.com ) for your SSL/TLS certificate. - `certificate_name` (String) The SSL/TLS certificate name. - `is_attached` (Boolean) When true, the SSL/TLS certificate is attached to the Lightsail load balancer. - `load_balancer_name` (String) The name of your load balancer. - `load_balancer_tls_certificate_arn` (String) - `status` (String) The validation status of the SSL/TLS certificate.