certificates
Retrieves a list of certificates
in a region
Overview
Name | certificates |
Type | Resource |
Description | certificates |
Id | awscc.iot.certificates |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.iot.certificates
WHERE region = 'us-east-1'
Permissions
To operate on the certificates
resource, the following permissions are required:
Create
iot:CreateCertificateFromCsr,
iot:RegisterCertificate,
iot:RegisterCertificateWithoutCA,
iot:DescribeCertificate
List
iot:ListCertificates