Show / Hide Table of Contents

Class RulesetRuleConditionsSubconditionParameterGetArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
RulesetRuleConditionsSubconditionParameterGetArgs
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 RulesetRuleConditionsSubconditionParameterGetArgs : ResourceArgs

Constructors

View Source

RulesetRuleConditionsSubconditionParameterGetArgs()

Declaration
public RulesetRuleConditionsSubconditionParameterGetArgs()

Properties

View Source

Path

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

Value

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

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