Show / Hide Table of Contents

Class RulesetRuleActionsSuppress

Inheritance
System.Object
RulesetRuleActionsSuppress
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.Pagerduty.Outputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class RulesetRuleActionsSuppress

Fields

View Source

ThresholdTimeAmount

The number value of the threshold_time_unit before an incident is created.

Declaration
public readonly int? ThresholdTimeAmount
Field Value
Type Description
System.Nullable<System.Int32>
View Source

ThresholdTimeUnit

The minutes,hours, or days that the threshold_time_amount should be measured.

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

ThresholdValue

The number of alerts that should be suppressed.

Declaration
public readonly int? ThresholdValue
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Value

Boolean value that indicates if the alert should be suppressed before the indicated threshold values are met.

Declaration
public readonly bool? Value
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.