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::APS::AnomalyDetector
The AWS::APS::AnomalyDetector
resource Property description not available. for APS.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::APS::AnomalyDetector", "Properties" : { "Alias" :
String
, "Configuration" :AnomalyDetectorConfiguration
, "EvaluationIntervalInSeconds" :Integer
, "Labels" :[ Label, ... ]
, "MissingDataAction" :MissingDataAction
, "Tags" :[ Tag, ... ]
, "Workspace" :String
} }
YAML
Type: AWS::APS::AnomalyDetector Properties: Alias:
String
Configuration:AnomalyDetectorConfiguration
EvaluationIntervalInSeconds:Integer
Labels:- Label
MissingDataAction:MissingDataAction
Tags:- Tag
Workspace:String
Properties
Alias
Property description not available.
Required: Yes
Type: String
Minimum:
1
Maximum:
128
Update requires: Replacement
Configuration
Property description not available.
Required: Yes
Type: AnomalyDetectorConfiguration
Update requires: No interruption
EvaluationIntervalInSeconds
Property description not available.
Required: No
Type: Integer
Update requires: No interruption
Labels
Property description not available.
Required: No
Type: Array of Label
Update requires: No interruption
MissingDataAction
Property description not available.
Required: No
Type: MissingDataAction
Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Update requires: No interruption
Workspace
-
An Amazon Managed Service for Prometheus workspace is a logical and isolated Prometheus server dedicated to ingesting, storing, and querying your Prometheus-compatible metrics.
Required: Yes
Type: String
Pattern:
^arn:(aws|aws-us-gov|aws-cn):aps:[a-z0-9-]+:[0-9]+:workspace/[a-zA-Z0-9-]+$
Update requires: Replacement
Return values
Ref
Fn::GetAtt
Arn
Property description not available.