Class EventRuleArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
EventRuleArgs
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 EventRuleArgs : ResourceArgs
Constructors
View SourceEventRuleArgs()
Declaration
public EventRuleArgs()
Properties
View SourceActionJson
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> |
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> |
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> |