AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model and the time zone to use for the metric.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatch.Model.AnomalyDetectorConfiguration

Namespace: Amazon.CloudWatch.Model
Assembly: AWSSDK.CloudWatch.dll
Version: 3.x.y.z

Syntax

C#
public class AnomalyDetectorConfiguration

The AnomalyDetectorConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ExcludedTimeRanges System.Collections.Generic.List<Amazon.CloudWatch.Model.Range>

Gets and sets the property ExcludedTimeRanges.

An array of time ranges to exclude from use when the anomaly detection model is trained. Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates the model.

Public Property MetricTimezone System.String

Gets and sets the property MetricTimezone.

The time zone to use for the metric. This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.

To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5