Class RulesetRuleConditionsSubconditionGetArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
RulesetRuleConditionsSubconditionGetArgs
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 RulesetRuleConditionsSubconditionGetArgs : ResourceArgs
Constructors
View SourceRulesetRuleConditionsSubconditionGetArgs()
Declaration
public RulesetRuleConditionsSubconditionGetArgs()
Properties
View SourceOperator
Type of operator to apply to the sub-condition. Can be exists,nexists,equals,nequals,contains,ncontains,matches, or nmatches.
Declaration
public Input<string> Operator { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Parameters
Parameter for the sub-condition. It requires both a path and value to be set.
Declaration
public InputList<RulesetRuleConditionsSubconditionParameterGetArgs> Parameters { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<RulesetRuleConditionsSubconditionParameterGetArgs> |