aws.iottwinmaker.get_workspace
Example SQL Queries
SELECT * FROMaws.iottwinmaker.get_workspaceWHERE"workspace_id" = 'VALUE';Description
Retrieves information about a workspace.
Table Definition
| Column Name | Column Data Type |
|---|---|
| workspace_id Required Input Column The ID of the workspace. | 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 |
| arn The ARN of the workspace. | VARCHAR |
| creation_date_time The date and time when the workspace was created. | TIMESTAMP_S |
| description The description of the workspace. | VARCHAR |
| linked_services A list of services that are linked to the workspace. | VARCHAR[] |
Show child fields
| |
| role The ARN of the execution role associated with the workspace. | VARCHAR |
| s3_location The ARN of the S3 bucket where resources associated with the workspace are stored. | VARCHAR |
| update_date_time The date and time when the workspace was last updated. | TIMESTAMP_S |