aws.simspaceweaver.list_simulations
Example SQL Queries
SELECT * FROMaws.simspaceweaver.list_simulations;Description
Lists the SimSpace Weaver simulations in the Amazon Web Services account used to make the API call.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of simulations to list. | BIGINT |
| next_token Input Column If SimSpace Weaver returns nextToken, then there are more results available. The value of nextToken is a unique pagination token for each page. To retrieve the next page, call the operation again using the returned token. Keep all other arguments unchanged. If no results remain, then nextToken is set to null. Each pagination token expires after 24 hours. If you provide a token that isn't valid, then you receive an HTTP 400 ValidationException error. | 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 |
| simulations The list of simulations. | STRUCT( |
Show child fields
| |