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 SourceRulesetRuleConditionsArgs()
Declaration
public RulesetRuleConditionsArgs()
Properties
View SourceOperator
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> |
Subconditions
List of sub-conditions that define the the condition.
Declaration
public InputList<RulesetRuleConditionsSubconditionArgs> Subconditions { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleConditionsSubconditionArgs> |