getDetectorModel

The AWS::IoTEvents::DetectorModel resource creates a detector model. You create a detector model (a model of your equipment or process) using states. For each state, you define conditional (Boolean) logic that evaluates the incoming inputs to detect significant events. When an event is detected, it can change the state or trigger custom-built or predefined actions using other AWS services. You can define additional events that trigger actions when entering or exiting a state and, optionally, when a condition is met. For more information, see How to Use AWS IoT Events in the AWS IoT Events Developer Guide.

Return

null

Parameters

argument

null


suspend fun getDetectorModel(detectorModelName: String): GetDetectorModelResult

Return

null

See also

Parameters

detectorModelName

The name of the detector model.


Return

null

See also

Parameters

argument

Builder for com.pulumi.awsnative.iotevents.kotlin.inputs.GetDetectorModelPlainArgs.