public static final class CfnDetectorModelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDetectorModelProps
CfnDetectorModelProps
CfnDetectorModelProps.Builder, CfnDetectorModelProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getDetectorModelDefinition()
Information that defines how a detector operates.
|
java.lang.String |
getDetectorModelDescription()
A brief description of the detector model.
|
java.lang.String |
getDetectorModelName()
The name of the detector model.
|
java.lang.String |
getEvaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
|
java.lang.String |
getKey()
The value used to identify a detector instance.
|
java.lang.String |
getRoleArn()
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getDetectorModelDefinition()
CfnDetectorModelProps
getDetectorModelDefinition
in interface CfnDetectorModelProps
public final java.lang.String getRoleArn()
CfnDetectorModelProps
getRoleArn
in interface CfnDetectorModelProps
public final java.lang.String getDetectorModelDescription()
CfnDetectorModelProps
getDetectorModelDescription
in interface CfnDetectorModelProps
public final java.lang.String getDetectorModelName()
CfnDetectorModelProps
getDetectorModelName
in interface CfnDetectorModelProps
public final java.lang.String getEvaluationMethod()
CfnDetectorModelProps
getEvaluationMethod
in interface CfnDetectorModelProps
public final java.lang.String getKey()
CfnDetectorModelProps
When 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.
getKey
in interface CfnDetectorModelProps
public final java.util.List<CfnTag> getTags()
CfnDetectorModelProps
For more information, see Tag .
getTags
in interface CfnDetectorModelProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()