aws.ds.list_certificates
Example SQL Queries
SELECT * FROMaws.ds.list_certificatesWHERE"directory_id" = 'VALUE';Description
For the specified directory, lists all the certificates registered for a secure LDAP or client certificate authentication.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_id Required Input Column The identifier of the directory. | 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_id The identifier of the certificate. | VARCHAR |
| common_name The common name for the certificate. | VARCHAR |
| expiry_date_time The date and time when the certificate will expire. | TIMESTAMP_S |
| state The state of the certificate. | VARCHAR |
| type The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS. | VARCHAR |