Class CfnDetectorModelProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotevents.CfnDetectorModelProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorModelProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorModelProps
@Stability(Stable)
@Internal
public static final class CfnDetectorModelProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetectorModelProps
An implementation for
CfnDetectorModelProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotevents.CfnDetectorModelProps
CfnDetectorModelProps.Builder, CfnDetectorModelProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDetectorModelProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDetectorModelProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Information that defines how a detector operates.final String
A brief description of the detector model.final String
The name of the detector model.final String
Information about the order in which events are evaluated and how actions are executed.final String
getKey()
The value used to identify a detector instance.final String
The ARN of the role that grants permission to AWS IoT Events to perform its operations.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDetectorModelProps.Builder
.
-
-
Method Details
-
getDetectorModelDefinition
Description copied from interface:CfnDetectorModelProps
Information that defines how a detector operates.- Specified by:
getDetectorModelDefinition
in interfaceCfnDetectorModelProps
-
getRoleArn
Description copied from interface:CfnDetectorModelProps
The ARN of the role that grants permission to AWS IoT Events to perform its operations.- Specified by:
getRoleArn
in interfaceCfnDetectorModelProps
-
getDetectorModelDescription
Description copied from interface:CfnDetectorModelProps
A brief description of the detector model.- Specified by:
getDetectorModelDescription
in interfaceCfnDetectorModelProps
-
getDetectorModelName
Description copied from interface:CfnDetectorModelProps
The name of the detector model.- Specified by:
getDetectorModelName
in interfaceCfnDetectorModelProps
-
getEvaluationMethod
Description copied from interface:CfnDetectorModelProps
Information about the order in which events are evaluated and how actions are executed.- Specified by:
getEvaluationMethod
in interfaceCfnDetectorModelProps
-
getKey
Description copied from interface:CfnDetectorModelProps
The value used to identify a detector instance.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.
- Specified by:
getKey
in interfaceCfnDetectorModelProps
-
getTags
Description copied from interface:CfnDetectorModelProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnDetectorModelProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-