detector_models
Retrieves a list of detector_models
in a region
Overview
Name | detector_models |
Type | Resource |
Description | detector_models |
Id | awscc.iotevents.detector_models |
Fields
Name | Datatype | Description |
---|---|---|
detector_model_name | string | The name of the detector model. |
region | string | AWS 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