Skip to main content

load_balancer_tls_certificates_list_only

Lists load_balancer_tls_certificates in a region or regions, for all properties use load_balancer_tls_certificates

Overview

Nameload_balancer_tls_certificates_list_only
TypeResource
DescriptionResource Type definition for AWS::Lightsail::LoadBalancerTlsCertificate
Idaws.lightsail.load_balancer_tls_certificates_list_only

Fields

NameDatatypeDescription
load_balancer_namestringThe name of your load balancer.
certificate_namestringThe SSL/TLS certificate name.
certificate_domain_namestringThe domain name (e.g., example.com ) for your SSL/TLS certificate.
certificate_alternative_namesarrayAn array of strings listing alternative domains and subdomains for your SSL/TLS certificate.
load_balancer_tls_certificate_arnstring
is_attachedbooleanWhen true, the SSL/TLS certificate is attached to the Lightsail load balancer.
https_redirection_enabledbooleanA Boolean value that indicates whether HTTPS redirection is enabled for the load balancer.
statusstringThe validation status of the SSL/TLS certificate.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all load_balancer_tls_certificates in a region.

SELECT
region,
certificate_name,
load_balancer_name
FROM aws.lightsail.load_balancer_tls_certificates_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the load_balancer_tls_certificates_list_only resource, see load_balancer_tls_certificates