aws.pca_connector_ad.list_directory_registrations
Example SQL Queries
SELECT * FROMaws.pca_connector_ad.list_directory_registrations;Description
Lists the directory registrations that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateDirectoryRegistration action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| arn The Amazon Resource Name (ARN) that was returned when you called CreateDirectoryRegistration. | VARCHAR |
| created_at The date and time that the directory registration was created. | TIMESTAMP_S |
| directory_id The identifier of the Active Directory. | VARCHAR |
| status Status of the directory registration. | VARCHAR |
| status_reason Additional information about the directory registration status if the status is failed. | VARCHAR |
| updated_at The date and time that the directory registration was updated. | TIMESTAMP_S |