AWS::APS::AnomalyDetector IgnoreNearExpected - AWS CloudFormation

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::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 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