Skip to main content

workspaces_list_only

Lists workspaces in a region or regions, for all properties use workspaces

Overview

Nameworkspaces_list_only
TypeResource
DescriptionResource schema for AWS::IoTTwinMaker::Workspace
Idaws.iottwinmaker.workspaces_list_only

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.
tagsobjectA map of key-value pairs to associate with a resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all workspaces in a region.

SELECT
region,
workspace_id
FROM aws.iottwinmaker.workspaces_list_only
WHERE region = 'us-east-1';

Permissions

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