Skip to main content

certificate

Gets an individual certificate resource

Overview

Namecertificate
TypeResource
Descriptioncertificate
Idawscc.iot.certificate

Fields

NameDatatypeDescription
ca_certificate_pemstring
certificate_pemstring
certificate_signing_requeststring
certificate_modestring
statusstring
idstring
arnstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
ca_certificate_pem,
certificate_pem,
certificate_signing_request,
certificate_mode,
status,
id,
arn
FROM awscc.iot.certificate
WHERE data__Identifier = '<Id>';

Permissions

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

Read

iot:DescribeCertificate

Update

iot:UpdateCertificate,
iot:DescribeCertificate

Delete

iot:DeleteCertificate,
iot:UpdateCertificate,
iot:DescribeCertificate