Skip to main content

certificates_list_only

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

Overview

Namecertificates_list_only
TypeResource
DescriptionAn example resource schema demonstrating some basic constructs and validation rules.
Idaws.lightsail.certificates_list_only

Fields

NameDatatypeDescription
certificate_namestringThe name for the certificate.
domain_namestringThe domain name (e.g., example.com ) for the certificate.
subject_alternative_namesarrayAn array of strings that specify the alternate domains (e.g., example2.com) and subdomains (e.g., blog.example.com) for the certificate.
certificate_arnstring
statusstringThe validation status of the certificate.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all certificates in a region.

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

Permissions

For permissions required to operate on the certificates_list_only resource, see certificates