Show / Hide Table of Contents

Class RulesetRuleConditionsArgs

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

Constructors

View Source

RulesetRuleConditionsArgs()

Declaration
public RulesetRuleConditionsArgs()

Properties

View Source

Operator

Operator to combine sub-conditions. Can be and or or.

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

Subconditions

List of sub-conditions that define the the condition.

Declaration
public InputList<RulesetRuleConditionsSubconditionArgs> Subconditions { get; set; }
Property Value
Type Description
Pulumi.InputList<RulesetRuleConditionsSubconditionArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.