AWS::IoTSiteWise::ComputationModel AnomalyDetectionComputationModelConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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