Show / Hide Table of Contents

Class EventRuleState

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
EventRuleState
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
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class EventRuleState : ResourceArgs

Constructors

View Source

EventRuleState()

Declaration
public EventRuleState()

Properties

View Source

ActionJson

A list of one or more actions for each rule. Each action within the list is itself a list.

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

AdvancedConditionJson

Contains a list of specific conditions including active-between,scheduled-weekly, and frequency-over. The first element in the list is the label for the condition, followed by a list of values for the specific condition. For more details on these conditions see Advanced Condition in the PagerDuty API documentation.

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

CatchAll

A boolean that indicates whether the rule is a catch all for the account. This field is read-only through the PagerDuty API.

Declaration
public Input<bool> CatchAll { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

ConditionJson

Contains a list of conditions. The first field in the list is and or or, followed by a list of operators and values.

Declaration
public Input<string> ConditionJson { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.