aws.ds.describe_ldaps_settings
Example SQL Queries
SELECT * FROMaws.ds.describe_ldaps_settingsWHERE"directory_id" = 'VALUE';Description
Describes the status of LDAP security for the specified directory.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_id Required Input Column The identifier of the directory. | VARCHAR |
| type Input Column The type of LDAP security to enable. Currently only the value Client is supported. | 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 |
| last_updated_date_time The date and time when the LDAPS settings were last updated. | TIMESTAMP_S |
| ldaps_status The state of the LDAPS settings. | VARCHAR |
| ldaps_status_reason Describes a state change for LDAPS. | VARCHAR |