aws.iotdeviceadvisor.get_suite_run_report
Example SQL Queries
SELECT * FROMaws.iotdeviceadvisor.get_suite_run_reportWHERE"suite_definition_id" = 'VALUE'AND "suite_run_id" = 'VALUE';Description
Gets a report download link for a successful Device Advisor qualifying test suite run.
Requires permission to access the GetSuiteRunReport action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| suite_definition_id Required Input Column Suite definition ID of the test suite. | VARCHAR |
| suite_run_id Required Input Column Suite run ID of the test suite run. | 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
| |
| qualification_report_download_url Download URL of the qualification report. | VARCHAR |