Skip to main content

workspace_tags

Expands all tag keys and values for workspaces in a region

Overview

Nameworkspace_tags
TypeResource
DescriptionResource schema for AWS::IoTTwinMaker::Workspace
Idaws.iottwinmaker.workspace_tags

Fields

NameDatatypeDescription
workspace_idstringThe ID of the workspace.
arnstringThe ARN of the workspace.
descriptionstringThe description of the workspace.
rolestringThe ARN of the execution role associated with the workspace.
s3_locationstringThe ARN of the S3 bucket where resources associated with the workspace are stored.
creation_date_timestringThe date and time when the workspace was created.
update_date_timestringThe date and time of the current update.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all workspaces in a region.

SELECT
region,
workspace_id,
arn,
description,
role,
s3_location,
creation_date_time,
update_date_time,
tag_key,
tag_value
FROM aws.iottwinmaker.workspace_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the workspace_tags resource, see workspaces