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
Name | load_balancer_tls_certificates_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Lightsail::LoadBalancerTlsCertificate |
Id | aws.lightsail.load_balancer_tls_certificates_list_only |
Fields
Name | Datatype | Description |
---|---|---|
load_balancer_name | string | The name of your load balancer. |
certificate_name | string | The SSL/TLS certificate name. |
certificate_domain_name | string | The domain name (e.g., example.com ) for your SSL/TLS certificate. |
certificate_alternative_names | array | An array of strings listing alternative domains and subdomains for your SSL/TLS certificate. |
load_balancer_tls_certificate_arn | string | |
is_attached | boolean | When true, the SSL/TLS certificate is attached to the Lightsail load balancer. |
https_redirection_enabled | boolean | A Boolean value that indicates whether HTTPS redirection is enabled for the load balancer. |
status | string | The validation status of the SSL/TLS certificate. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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