aws.iotevents_data.describe_detector
Example SQL Queries
SELECT * FROMaws.iotevents_data.describe_detectorWHERE"detector_model_name" = 'VALUE';Description
Returns information about the specified detector (instance).
Table Definition
| Column Name | Column Data Type |
|---|---|
| detector_model_name Required Input Column The name of the detector model whose detectors (instances) you want information about. | VARCHAR |
| key_value Input Column A filter used to limit results to detectors (instances) created because of the given key ID. | 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 Information about the detector (instance). | STRUCT( |
Show child fields
| |