Show / Hide Table of Contents

Class RulesetRuleActionsSuppressGetArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
RulesetRuleActionsSuppressGetArgs
Inherited Members
Pulumi.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.Pagerduty.Inputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class RulesetRuleActionsSuppressGetArgs : ResourceArgs

Constructors

View Source

RulesetRuleActionsSuppressGetArgs()

Declaration
public RulesetRuleActionsSuppressGetArgs()

Properties

View Source

ThresholdTimeAmount

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

Declaration
public Input<int> ThresholdTimeAmount { get; set; }
Property Value
Type Description
Pulumi.Input<System.Int32>
View Source

ThresholdTimeUnit

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

Declaration
public Input<string> ThresholdTimeUnit { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

ThresholdValue

The number of alerts that should be suppressed.

Declaration
public Input<int> ThresholdValue { get; set; }
Property Value
Type Description
Pulumi.Input<System.Int32>
View Source

Value

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

Declaration
public Input<bool> Value { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.