Class MonitorThresholdWindowsArgs
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.Inputs
Assembly: Pulumi.Datadog.dll
Syntax
public sealed class MonitorThresholdWindowsArgs : ResourceArgs
Constructors
View SourceMonitorThresholdWindowsArgs()
Declaration
public MonitorThresholdWindowsArgs()
Properties
View SourceRecoveryWindow
describes how long an anomalous metric must be normal before the alert recovers.
Declaration
public Input<string> RecoveryWindow { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TriggerWindow
describes how long a metric must be anomalous before an alert triggers.
Declaration
public Input<string> TriggerWindow { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |