aws.workdocs.describe_root_folders
Example SQL Queries
SELECT * FROMaws.workdocs.describe_root_foldersWHERE"authentication_token" = 'VALUE';Description
Describes the current user's special folders; the RootFolder and the RecycleBin. RootFolder is the root of user's files and folders and RecycleBin is the root of recycled items. This is not a valid action for SigV4 (administrative API) clients.
This action requires an authentication token. To get an authentication token, register an application with Amazon WorkDocs. For more information, see Authentication and Access Control for User Applications in the Amazon WorkDocs Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| authentication_token Required Input Column Amazon WorkDocs authentication token. | 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 |
| created_timestamp The time when the folder was created. | TIMESTAMP_S |
| creator_id The ID of the creator. | VARCHAR |
| id The ID of the folder. | VARCHAR |
| labels List of labels on the folder. | VARCHAR[] |
Show child fields
| |
| latest_version_size The size of the latest version of the folder metadata. | BIGINT |
| modified_timestamp The time when the folder was updated. | TIMESTAMP_S |
| name The name of the folder. | VARCHAR |
| parent_folder_id The ID of the parent folder. | VARCHAR |
| resource_state The resource state of the folder. | VARCHAR |
| signature The unique identifier created from the subfolders and documents of the folder. | VARCHAR |
| size The size of the folder metadata. | BIGINT |