aws.quicksight.describe_folder
Example SQL Queries
SELECT * FROMaws.quicksight.describe_folderWHERE"aws_account_id" = 'VALUE'AND "folder_id" = 'VALUE';Description
Describes a folder.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID for the Amazon Web Services account that contains the folder. | VARCHAR |
| folder_id Required Input Column The ID of the folder. | 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 |
| folder Information about the folder. | STRUCT( |
Show child fields
| |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |