Class UserNotificationRuleState
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
UserNotificationRuleState
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 UserNotificationRuleState : ResourceArgs
Constructors
View SourceUserNotificationRuleState()
Declaration
public UserNotificationRuleState()
Properties
View SourceContactMethod
A contact method block, configured as a block described below.
Declaration
public Input<UserNotificationRuleContactMethodGetArgs> ContactMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<UserNotificationRuleContactMethodGetArgs> |
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> |