aws.ds.describe_domain_controllers
Example SQL Queries
SELECT * FROMaws.ds.describe_domain_controllersWHERE"directory_id" = 'VALUE';Description
Provides information about any domain controllers in your directory.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_id Required Input Column Identifier of the directory where the domain controller resides. | VARCHAR |
| domain_controller_ids Input Column A list of identifiers for the domain controllers whose information will be provided. | VARCHAR[] |
Show child fields
| |
| _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 |
| availability_zone The Availability Zone where the domain controller is located. | VARCHAR |
| dns_ip_addr The IP address of the domain controller. | VARCHAR |
| domain_controller_id Identifies a specific domain controller in the directory. | VARCHAR |
| launch_time Specifies when the domain controller was created. | TIMESTAMP_S |
| status The status of the domain controller. | VARCHAR |
| status_last_updated_date_time The date and time that the status was last updated. | TIMESTAMP_S |
| status_reason A description of the domain controller state. | VARCHAR |
| subnet_id Identifier of the subnet in the VPC that contains the domain controller. | VARCHAR |
| vpc_id The identifier of the VPC that contains the domain controller. | VARCHAR |