certificate
Gets an individual certificate
resource
Overview
Name | certificate |
Type | Resource |
Description | certificate |
Id | awscc.iot.certificate |
Fields
Name | Datatype | Description |
---|---|---|
ca_certificate_pem | string | |
certificate_pem | string | |
certificate_signing_request | string | |
certificate_mode | string | |
status | string | |
id | string | |
arn | string | |
region | string | AWS 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