aws.clouddirectory.list_directories
Example SQL Queries
SELECT * FROMaws.clouddirectory.list_directories;Description
Lists directories created within an account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| state Input Column The state of the directory. Can be either Enabled, Disabled, or Deleted. | 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 |
| creation_date_time The date and time when the directory was created. | TIMESTAMP_S |
| directory_arn The Amazon Resource Name (ARN) that is associated with the directory. For more information, see arns. | VARCHAR |
| name The name of the directory. | VARCHAR |