This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::IoTSiteWise::ComputationModel AnomalyDetectionComputationModelConfiguration
Contains the configuration for anomaly detection computation models.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "InputProperties" :
String
, "ResultProperty" :String
}
YAML
InputProperties:
String
ResultProperty:String
Properties
InputProperties
-
The list of input properties for the anomaly detection model.
Required: Yes
Type: String
Pattern:
^\$\{[a-z][a-z0-9_]*\}$
Minimum:
4
Maximum:
67
Update requires: No interruption
ResultProperty
-
The property where the anomaly detection results will be stored.
Required: Yes
Type: String
Pattern:
^\$\{[a-z][a-z0-9_]*\}$
Minimum:
4
Maximum:
67
Update requires: No interruption