aws.workdocs.get_folder
Example SQL Queries
SELECT * FROMaws.workdocs.get_folderWHERE"folder_id" = 'VALUE';Description
Retrieves the metadata of the specified folder.
Table Definition
| Column Name | Column Data Type |
|---|---|
| folder_id Required Input Column The ID of the folder. | VARCHAR |
| authentication_token Input Column Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API. | VARCHAR |
| include_custom_metadata Input Column Set to TRUE to include custom metadata in the response. | BOOLEAN |
| _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 |
| custom_metadata The custom metadata on the folder. | MAP(VARCHAR, VARCHAR) |
| metadata The metadata of the folder. | STRUCT( |
Show child fields
| |