@Stability(value=Experimental) @Internal public static final class DetectorModelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DetectorModelProps
DetectorModelPropssoftware.amazon.jsii.JsiiObject.InitializationModeDetectorModelProps.Builder, DetectorModelProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(DetectorModelProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DetectorModelProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDescription()
(experimental) A brief description of the detector model.
|
String |
getDetectorKey()
(experimental) The value used to identify a detector instance.
|
String |
getDetectorModelName()
(experimental) The name of the detector model.
|
EventEvaluation |
getEvaluationMethod()
(experimental) Information about the order in which events are evaluated and how actions are executed.
|
State |
getInitialState()
(experimental) The state that is entered at the creation of each detector.
|
IRole |
getRole()
(experimental) The role that grants permission to AWS IoT Events to perform its operations.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(DetectorModelProps.Builder builder)
DetectorModelProps.Builder.public final State getInitialState()
DetectorModelPropsgetInitialState in interface DetectorModelPropspublic final String getDescription()
DetectorModelPropsDefault: none
getDescription in interface DetectorModelPropspublic final String getDetectorKey()
DetectorModelPropsWhen a device or system sends input, a new detector instance with a unique key value is created. AWS IoT Events can continue to route input to its corresponding detector instance based on this identifying information.
This parameter uses a JSON-path expression to select the attribute-value pair in the message payload that is used for identification. To route the message to the correct detector instance, the device must send a message payload that contains the same attribute-value.
Default: - none (single detector instance will be created and all inputs will be routed to it)
getDetectorKey in interface DetectorModelPropspublic final String getDetectorModelName()
DetectorModelPropsDefault: - CloudFormation will generate a unique name of the detector model
getDetectorModelName in interface DetectorModelPropspublic final EventEvaluation getEvaluationMethod()
DetectorModelPropsWhen setting to SERIAL, variables are updated and event conditions are evaluated in the order that the events are defined. When setting to BATCH, variables within a state are updated and events within a state are performed only after all event conditions are evaluated.
Default: EventEvaluation.BATCH
getEvaluationMethod in interface DetectorModelPropspublic final IRole getRole()
DetectorModelPropsDefault: - a role will be created with default permissions
getRole in interface DetectorModelProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.