aws.iotevents_data.list_detectors
Example SQL Queries
SELECT * FROMaws.iotevents_data.list_detectorsWHERE"detector_model_name" = 'VALUE';Description
Lists detectors (the instances of a detector model).
Table Definition
| Column Name | Column Data Type |
|---|---|
| detector_model_name Required Input Column The name of the detector model whose detectors (instances) are listed. | 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 |
| state_name Input Column A filter that limits results to those detectors (instances) in the given state. | 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
| |
| detector_summaries A list of summary information about the detectors (instances). | STRUCT( |
Show child fields
| |