- Navigation Guide
@aws-sdk/client-iot-events
CreateDetectorModelCommandInput Interface
The input for CreateDetectorModelCommand.
Members
Name | Type | Details |
---|---|---|
detectorModelDefinition Required | DetectorModelDefinition | undefined | Information that defines how the detectors operate. |
detectorModelName Required | string | undefined | The name of the detector model. |
roleArn Required | string | undefined | The ARN of the role that grants permission to AWS IoT Events to perform its operations. |
detectorModelDescription | string | undefined | A brief description of the detector model. |
evaluationMethod | EvaluationMethod | undefined | Information about the order in which events are evaluated and how actions are executed. |
key | string | undefined | The input attribute key used to identify a device or system to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression in the message payload of each input to specify the attribute-value pair that is used to identify the device associated with the input. |
tags | Tag[] | undefined | Metadata that can be used to manage the detector model. |
Full Signature
export interface CreateDetectorModelCommandInput extends CreateDetectorModelRequest