aws.clouddirectory.get_directory
Example SQL Queries
SELECT * FROMaws.clouddirectory.get_directoryWHERE"directory_arn" = 'VALUE';Description
Retrieves metadata about a directory.
Table Definition
| Column Name | Column Data Type |
|---|---|
| directory_arn Required Input Column The ARN of the directory. | 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 |
| directory Metadata about the directory. | STRUCT( |
Show child fields
| |