Skip to main content

certificates

Retrieves a list of certificates in a region

Overview

Namecertificates
TypeResource
Descriptioncertificates
Idawscc.iot.certificates

Fields

NameDatatypeDescription
idstring
regionstringAWS 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