Class RulesetRuleConditionsGetArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
RulesetRuleConditionsGetArgs
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 RulesetRuleConditionsGetArgs : ResourceArgs
Constructors
View SourceRulesetRuleConditionsGetArgs()
Declaration
public RulesetRuleConditionsGetArgs()
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<RulesetRuleConditionsSubconditionGetArgs> Subconditions { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleConditionsSubconditionGetArgs> |