Skip to main content

certificates

Retrieves a list of certificates in a region

Overview

Namecertificates
TypeResource
Descriptioncertificates
Idawscc.lightsail.certificates

Fields

NameDatatypeDescription
certificate_namestringThe name for the certificate.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
certificate_name
FROM awscc.lightsail.certificates
WHERE region = 'us-east-1'

Permissions

To operate on the certificates resource, the following permissions are required:

Create

lightsail:CreateCertificate,
lightsail:GetCertificates,
lightsail:TagResource,
lightsail:UntagResource

List

lightsail:GetCertificates