Interface CfnDetectorModelProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetectorModelProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-12-17T21:37:32.656Z")
@Stability(Stable)
public interface CfnDetectorModelProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnDetectorModel
.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDetectorModelProps
static final class
An implementation forCfnDetectorModelProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Information that defines how a detector operates.default String
A brief description of the detector model.default String
The name of the detector model.default String
Information about the order in which events are evaluated and how actions are executed.default String
getKey()
The value used to identify a detector instance.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.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDetectorModelDefinition
Information that defines how a detector operates.- See Also:
-
getRoleArn
The ARN of the role that grants permission to AWS IoT Events to perform its operations.- See Also:
-
getDetectorModelDescription
A brief description of the detector model.- See Also:
-
getDetectorModelName
The name of the detector model.- See Also:
-
getEvaluationMethod
Information about the order in which events are evaluated and how actions are executed.- See Also:
-
getKey
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.
- See Also:
-
getTags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- See Also:
-
builder
- Returns:
- a
CfnDetectorModelProps.Builder
ofCfnDetectorModelProps
-