aws.ds.describe_certificate
Example SQL Queries
SELECT * FROMaws.ds.describe_certificateWHERE"directory_id" = 'VALUE'AND "certificate_id" = 'VALUE';Description
Displays information about the certificate registered for secure LDAP or client certificate authentication.
Table Definition
| Column Name | Column Data Type |
|---|---|
| certificate_id Required Input Column The identifier of the certificate. | VARCHAR |
| 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 Information about the certificate, including registered date time, certificate state, the reason for the state, expiration date time, and certificate common name. | STRUCT( |
Show child fields
| |