aws.workspaces.describe_tags
Example SQL Queries
SELECT * FROMaws.workspaces.describe_tagsWHERE"resource_id" = 'VALUE';Description
Describes the specified tags for the specified WorkSpaces resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_id Required Input Column The identifier of the WorkSpaces resource. The supported resource types are WorkSpaces, registered directories, images, custom bundles, IP access control groups, and connection aliases. | 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 |
| tag_list The tags. | STRUCT( |
Show child fields
| |