Class UserNotificationRuleArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
UserNotificationRuleArgs
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 UserNotificationRuleArgs : ResourceArgs
Constructors
View SourceUserNotificationRuleArgs()
Declaration
public UserNotificationRuleArgs()
Properties
View SourceContactMethod
A contact method block, configured as a block described below.
Declaration
public Input<UserNotificationRuleContactMethodArgs> ContactMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<UserNotificationRuleContactMethodArgs> |
StartDelayInMinutes
The delay before firing the rule, in minutes.
Declaration
public Input<int> StartDelayInMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.Int32> |
Urgency
Which incident urgency this rule is used for. Account must have the urgencies ability to have a low urgency notification rule. Can be high or low.
Declaration
public Input<string> Urgency { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
UserId
The ID of the user.
Declaration
public Input<string> UserId { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |