Skip to main content

detector_models

Retrieves a list of detector_models in a region

Overview

Namedetector_models
TypeResource
Descriptiondetector_models
Idawscc.iotevents.detector_models

Fields

NameDatatypeDescription
detector_model_namestringThe name of the detector model.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
detector_model_name
FROM awscc.iotevents.detector_models
WHERE region = 'us-east-1'

Permissions

To operate on the detector_models resource, the following permissions are required:

Create

iotevents:CreateDetectorModel,
iotevents:UpdateInputRouting,
iotevents:DescribeDetectorModel,
iotevents:ListTagsForResource,
iotevents:TagResource,
iam:PassRole

List

iotevents:ListDetectorModels