aws.simspaceweaver.list_apps
Example SQL Queries
SELECT * FROMaws.simspaceweaver.list_appsWHERE"simulation" = 'VALUE';Description
Lists all custom apps or service apps for the given simulation and domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| simulation Required Input Column The name of the simulation that you want to list apps for. | VARCHAR |
| domain Input Column The name of the domain that you want to list apps for. | VARCHAR |
| max_results Input Column The maximum number of apps 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 |
| apps The list of apps for the given simulation and domain. | STRUCT( |
Show child fields
| |