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