aws.iotdeviceadvisor.list_suite_runs
Example SQL Queries
SELECT * FROMaws.iotdeviceadvisor.list_suite_runs;Description
Lists runs of the specified Device Advisor test suite. You can list all runs of the test suite, or the runs of a specific version of the test suite.
Requires permission to access the ListSuiteRuns action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return at once. | BIGINT |
| next_token Input Column A token to retrieve the next set of results. | VARCHAR |
| suite_definition_id Input Column Lists the test suite runs of the specified test suite based on suite definition ID. | VARCHAR |
| suite_definition_version Input Column Must be passed along with suiteDefinitionId. Lists the test suite runs of the specified test suite based on suite definition version. | 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
| |
| suite_runs_list An array of objects that provide summaries of information about the suite runs in the list. | STRUCT( |
Show child fields
| |