certificates
Retrieves a list of certificates
in a region
Overview
Name | certificates |
Type | Resource |
Description | certificates |
Id | awscc.lightsail.certificates |
Fields
Name | Datatype | Description |
---|---|---|
certificate_name | string | The name for the certificate. |
region | string | AWS 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