load_balancer_tls_certificate
Gets an individual load_balancer_tls_certificate
resource
Overview
Name | load_balancer_tls_certificate |
Type | Resource |
Description | load_balancer_tls_certificate |
Id | awscc.lightsail.load_balancer_tls_certificate |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
load_balancer_name,
certificate_name,
certificate_domain_name,
certificate_alternative_names,
load_balancer_tls_certificate_arn,
is_attached,
https_redirection_enabled,
status
FROM awscc.lightsail.load_balancer_tls_certificate
WHERE data__Identifier = '<CertificateName>|<LoadBalancerName>';
Permissions
To operate on the load_balancer_tls_certificate
resource, the following permissions are required:
Read
lightsail:GetLoadBalancerTlsCertificates,
lightsail:GetLoadBalancer
Update
lightsail:AttachLoadBalancerTlsCertificate,
lightsail:GetLoadBalancerTlsCertificates,
lightsail:GetLoadBalancer,
lightsail:UpdateLoadBalancerAttribute
Delete
lightsail:DeleteLoadBalancerTlsCertificate,
lightsail:GetLoadBalancerTlsCertificates,
lightsail:GetLoadBalancer