get Detector Model
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
Return
null
See also
Parameters
detector Model Name
The name of the detector model.
suspend fun getDetectorModel(argument: suspend GetDetectorModelPlainArgsBuilder.() -> Unit): GetDetectorModelResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.awsnative.iotevents.kotlin.inputs.GetDetectorModelPlainArgs.