Show / Hide Table of Contents

Class EscalationPolicyRule

Inheritance
System.Object
EscalationPolicyRule
Inherited Members
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.Outputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class EscalationPolicyRule

Fields

View Source

EscalationDelayInMinutes

The number of minutes before an unacknowledged incident escalates away from this rule.

Declaration
public readonly int EscalationDelayInMinutes
Field Value
Type Description
System.Int32
View Source

Id

A target ID

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Targets

Declaration
public readonly ImmutableArray<EscalationPolicyRuleTarget> Targets
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<EscalationPolicyRuleTarget>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.