aws.iot.describe_certificate
Example SQL Queries
SELECT * FROMaws.iot.describe_certificateWHERE"certificate_id" = 'VALUE';Description
Gets information about the specified certificate.
Requires permission to access the DescribeCertificate action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| certificate_id Required Input Column The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.) | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| certificate_description The description of the certificate. | STRUCT( |
Show child fields
| |