Show / Hide Table of Contents

Class MonitorThresholdWindows

Inheritance
System.Object
MonitorThresholdWindows
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Datadog.Outputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class MonitorThresholdWindows

Fields

View Source

RecoveryWindow

describes how long an anomalous metric must be normal before the alert recovers.

Declaration
public readonly string RecoveryWindow
Field Value
Type Description
System.String
View Source

TriggerWindow

describes how long a metric must be anomalous before an alert triggers.

Declaration
public readonly string TriggerWindow
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.