Skip to main content

certificate_tags

Expands all tag keys and values for certificates in a region

Overview

Namecertificate_tags
TypeResource
DescriptionAn example resource schema demonstrating some basic constructs and validation rules.
Idaws.lightsail.certificate_tags

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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all certificates in a region.

SELECT
region,
certificate_name,
domain_name,
subject_alternative_names,
certificate_arn,
status,
tag_key,
tag_value
FROM aws.lightsail.certificate_tags
WHERE region = 'us-east-1';

Permissions

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