@Stability(value=Stable) @Internal public static final class CfnDetectorModelProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDetectorModelProps
CfnDetectorModelPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnDetectorModelProps.Builder, CfnDetectorModelProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDetectorModelProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDetectorModelProps.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) |
Object |
getDetectorModelDefinition()
Information that defines how a detector operates.
|
String |
getDetectorModelDescription()
A brief description of the detector model.
|
String |
getDetectorModelName()
The name of the detector model.
|
String |
getEvaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
|
String |
getKey()
The value used to identify a detector instance.
|
String |
getRoleArn()
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
|
List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
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(CfnDetectorModelProps.Builder builder)
CfnDetectorModelProps.Builder.public final Object getDetectorModelDefinition()
CfnDetectorModelPropsgetDetectorModelDefinition in interface CfnDetectorModelPropspublic final String getRoleArn()
CfnDetectorModelPropsgetRoleArn in interface CfnDetectorModelPropspublic final String getDetectorModelDescription()
CfnDetectorModelPropsgetDetectorModelDescription in interface CfnDetectorModelPropspublic final String getDetectorModelName()
CfnDetectorModelPropsgetDetectorModelName in interface CfnDetectorModelPropspublic final String getEvaluationMethod()
CfnDetectorModelPropsgetEvaluationMethod in interface CfnDetectorModelPropspublic final String getKey()
CfnDetectorModelPropsWhen 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 CfnDetectorModelPropspublic final List<CfnTag> getTags()
CfnDetectorModelPropsFor more information, see Tag .
getTags in interface CfnDetectorModelProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.