aws.workdocs.get_folder_path
Example SQL Queries
SELECT * FROMaws.workdocs.get_folder_pathWHERE"folder_id" = 'VALUE';Description
Retrieves the path information (the hierarchy from the root folder) for the specified folder.
By default, Amazon WorkDocs returns a maximum of 100 levels upwards from the requested folder and only includes the IDs of the parent folders in the path. You can limit the maximum number of levels. You can also request the parent folder names.
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 |
| fields Input Column A comma-separated list of values. Specify "NAME" to include the names of the parent folders. | VARCHAR |
| limit Input Column The maximum number of levels in the hierarchy to return. | BIGINT |
| marker Input Column This value is not supported. | 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 |
| path The path information. | STRUCT( |
Show child fields
| |