Show / Hide Table of Contents

Class RulesetRuleConditionsSubconditionArgs

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

Constructors

View Source

RulesetRuleConditionsSubconditionArgs()

Declaration
public RulesetRuleConditionsSubconditionArgs()

Properties

View Source

Operator

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>
View Source

Parameters

Parameter for the sub-condition. It requires both a path and value to be set.

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