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 SourceThresholdTimeAmount
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> |
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 |
ThresholdValue
The number of alerts that should be suppressed.
Declaration
public readonly int? ThresholdValue
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
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> |