aws.ds.list_schema_extensions
Example SQL Queries
SELECT * FROMaws.ds.list_schema_extensionsWHERE"directory_id" = 'VALUE';Description
Lists all schema extensions applied to a Microsoft AD Directory.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_id Required Input Column The identifier of the directory to which the schema extension is applied. | 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 |
| description A description of the schema extension. | VARCHAR |
| end_date_time The date and time that the schema extension was completed. | TIMESTAMP_S |
| schema_extension_id The identifier of the schema extension. | VARCHAR |
| schema_extension_status The current status of the schema extension. | VARCHAR |
| schema_extension_status_reason The reason for the SchemaExtensionStatus. | VARCHAR |
| start_date_time The date and time that the schema extension started being applied to the directory. | TIMESTAMP_S |