AWS::APS::AnomalyDetector IgnoreNearExpected - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::APS::AnomalyDetector IgnoreNearExpected

Configuration for threshold settings that determine when values near expected values should be ignored during anomaly detection.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Amount" : Number, "Ratio" : Number }

YAML

Amount: Number Ratio: Number

Properties

Amount

The absolute amount by which values can differ from expected values before being considered anomalous.

Required: No

Type: Number

Update requires: No interruption

Ratio

The ratio by which values can differ from expected values before being considered anomalous.

Required: No

Type: Number

Update requires: No interruption