certificates_list_only
Lists certificates
in a region or regions, for all properties use certificates
Overview
Name | certificates_list_only |
Type | Resource |
Description | An example resource schema demonstrating some basic constructs and validation rules. |
Id | aws.lightsail.certificates_list_only |
Fields
Name | Datatype | Description |
---|---|---|
certificate_name | string | The name for the certificate. |
domain_name | string | The domain name (e.g., example.com ) for the certificate. |
subject_alternative_names | array | An array of strings that specify the alternate domains (e.g., example2.com) and subdomains (e.g., blog.example.com) for the certificate. |
certificate_arn | string | |
status | string | The validation status of the certificate. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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