aws.iotdeviceadvisor.list_suite_definitions
Example SQL Queries
SELECT * FROMaws.iotdeviceadvisor.list_suite_definitions;Description
Lists the Device Advisor test suites you have created.
Requires permission to access the ListSuiteDefinitions 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 used to get the next set 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
| |
| suite_definition_information_list An array of objects that provide summaries of information about the suite definitions in the list. | STRUCT( |
Show child fields
| |