AWS::LookoutMetrics::AnomalyDetector - AWS CloudFormation

AWS::LookoutMetrics::AnomalyDetector

The AWS::LookoutMetrics::AnomalyDetector type creates an anomaly detector.

Syntax

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

JSON

{ "Type" : "AWS::LookoutMetrics::AnomalyDetector", "Properties" : { "AnomalyDetectorConfig" : AnomalyDetectorConfig, "AnomalyDetectorDescription" : String, "AnomalyDetectorName" : String, "KmsKeyArn" : String, "MetricSetList" : [ MetricSet, ... ] } }

YAML

Type: AWS::LookoutMetrics::AnomalyDetector Properties: AnomalyDetectorConfig: AnomalyDetectorConfig AnomalyDetectorDescription: String AnomalyDetectorName: String KmsKeyArn: String MetricSetList: - MetricSet

Properties

AnomalyDetectorConfig

Contains information about the configuration of the anomaly detector.

Required: Yes

Type: AnomalyDetectorConfig

Update requires: No interruption

AnomalyDetectorDescription

A description of the detector.

Required: No

Type: String

Update requires: No interruption

AnomalyDetectorName

The name of the detector.

Required: No

Type: String

Update requires: Replacement

KmsKeyArn

The ARN of the KMS key to use to encrypt your data.

Required: No

Type: String

Update requires: No interruption

MetricSetList

The detector's dataset.

Required: Yes

Type: List of MetricSet

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Reffunction, Refreturns the resource name.

For more information about using the Reffunction, see Ref.

Fn::GetAtt

The Fn::GetAttintrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAttintrinsic function, see Fn::GetAtt.

Arn

The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector