Skip to main content

folder_tags

Expands all tag keys and values for folders in a region

Overview

Namefolder_tags
TypeResource
DescriptionDefinition of the AWS::QuickSight::Folder Resource Type.
Idaws.quicksight.folder_tags

Fields

NameDatatypeDescription
arnstring

The Amazon Resource Name (ARN) for the folder.

aws_account_idstring
created_timestring

The time that the folder was created.

folder_idstring
folder_typestring
last_updated_timestring

The time that the folder was last updated.

namestring
parent_folder_arnstring
permissionsarray
sharing_modelstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all folders in a region.

SELECT
region,
arn,
aws_account_id,
created_time,
folder_id,
folder_type,
last_updated_time,
name,
parent_folder_arn,
permissions,
sharing_model,
tag_key,
tag_value
FROM aws.quicksight.folder_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the folder_tags resource, see folders