workspace
Gets an individual workspace
resource
Overview
Name | workspace |
Type | Resource |
Description | workspace |
Id | awscc.iottwinmaker.workspace |
Fields
Name | Datatype | Description |
---|---|---|
workspace_id | string | The ID of the workspace. |
arn | string | The ARN of the workspace. |
description | string | The description of the workspace. |
role | string | The ARN of the execution role associated with the workspace. |
s3_location | string | The ARN of the S3 bucket where resources associated with the workspace are stored. |
creation_date_time | string | The date and time when the workspace was created. |
update_date_time | string | The date and time of the current update. |
tags | object | A map of key-value pairs to associate with a resource. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
workspace_id,
arn,
description,
role,
s3_location,
creation_date_time,
update_date_time,
tags
FROM awscc.iottwinmaker.workspace
WHERE data__Identifier = '<WorkspaceId>';
Permissions
To operate on the workspace
resource, the following permissions are required:
Read
iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource
Update
iottwinmaker:GetWorkspace,
iottwinmaker:ListTagsForResource,
iottwinmaker:TagResource,
iottwinmaker:UntagResource,
iottwinmaker:UpdateWorkspace
Delete
iottwinmaker:DeleteWorkspace,
iottwinmaker:GetWorkspace