aws.iot.list_certificates_by_ca
Example SQL Queries
SELECT * FROMaws.iot.list_certificates_by_caWHERE"ca_certificate_id" = 'VALUE';Description
List the device certificates signed by the specified CA certificate.
Requires permission to access the ListCertificatesByCA action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| ca_certificate_id Required Input Column The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate. | VARCHAR |
| ascending_order Input Column Specifies the order for results. If True, the results are returned in ascending order, based on the creation date. | BOOLEAN |
| _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_arn The ARN of the certificate. | VARCHAR |
| certificate_id The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.) | VARCHAR |
| certificate_mode The mode of the certificate. DEFAULT: A certificate in DEFAULT mode is either generated by Amazon Web Services IoT Core or registered with an issuer certificate authority (CA) in DEFAULT mode. Devices with certificates in DEFAULT mode aren't required to send the Server Name Indication (SNI) extension when connecting to Amazon Web Services IoT Core. However, to use features such as custom domains and VPC endpoints, we recommend that you use the SNI extension when connecting to Amazon Web Services IoT Core. SNI_ONLY: A certificate in SNI_ONLY mode is registered without an issuer CA. Devices with certificates in SNI_ONLY mode must send the SNI extension when connecting to Amazon Web Services IoT Core. | VARCHAR |
| creation_date The date and time the certificate was created. | TIMESTAMP_S |
| status The status of the certificate. The status value REGISTER_INACTIVE is deprecated and should not be used. | VARCHAR |