Show / Hide Table of Contents

Class ServiceIncidentUrgencyRule

Inheritance
System.Object
ServiceIncidentUrgencyRule
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 ServiceIncidentUrgencyRule

Fields

View Source

DuringSupportHours

Incidents' urgency during support hours.

Declaration
public readonly ServiceIncidentUrgencyRuleDuringSupportHours DuringSupportHours
Field Value
Type Description
ServiceIncidentUrgencyRuleDuringSupportHours
View Source

OutsideSupportHours

Incidents' urgency outside of support hours.

Declaration
public readonly ServiceIncidentUrgencyRuleOutsideSupportHours OutsideSupportHours
Field Value
Type Description
ServiceIncidentUrgencyRuleOutsideSupportHours
View Source

Type

The type of scheduled action. Currently, this must be set to urgency_change.

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

Urgency

The urgency: low Notify responders (does not escalate), high (follows escalation rules) or severity_based Set's the urgency of the incident based on the severity set by the triggering monitoring tool.

Declaration
public readonly string Urgency
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.