Show / Hide Table of Contents

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 Source

UserNotificationRuleState()

Declaration
public UserNotificationRuleState()

Properties

View Source

ContactMethod

A contact method block, configured as a block described below.

Declaration
public Input<UserNotificationRuleContactMethodGetArgs> ContactMethod { get; set; }
Property Value
Type Description
Pulumi.Input<UserNotificationRuleContactMethodGetArgs>
View Source

StartDelayInMinutes

The delay before firing the rule, in minutes.

Declaration
public Input<int> StartDelayInMinutes { get; set; }
Property Value
Type Description
Pulumi.Input<System.Int32>
View Source

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

UserId

The ID of the user.

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