Show / Hide Table of Contents

Class MonitorThresholdWindowsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MonitorThresholdWindowsArgs
Inherited Members
ResourceArgs.Empty
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 Source

MonitorThresholdWindowsArgs()

Declaration
public MonitorThresholdWindowsArgs()

Properties

View Source

RecoveryWindow

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.