aws.iotevents.get_detector_model_analysis_results
Example SQL Queries
SELECT * FROMaws.iotevents.get_detector_model_analysis_resultsWHERE"analysis_id" = 'VALUE';Description
Retrieves one or more analysis results of the detector model.
After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.
Table Definition
| Column Name | Column Data Type |
|---|---|
| analysis_id Required Input Column The ID of the analysis result that you want to retrieve. | VARCHAR |
| max_results Input Column The maximum number of results to be returned per request. | BIGINT |
| next_token Input Column The token that you can use to return the next set of results, or null if there are no more 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| analysis_results Contains information about one or more analysis results. | STRUCT( |
Show child fields
| |