aws.iottwinmaker.list_workspaces
Example SQL Queries
SELECT * FROMaws.iottwinmaker.list_workspaces;Description
Retrieves information about workspaces in the current account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return at one time. The default is 25. Valid Range: Minimum value of 1. Maximum value of 250. | BIGINT |
| next_token Input Column The string that specifies the next page of results. | 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 |
| workspace_summaries A list of objects that contain information about the workspaces. | STRUCT( |
Show child fields
| |