Class ServiceIncidentUrgencyRuleGetArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ServiceIncidentUrgencyRuleGetArgs
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.Inputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class ServiceIncidentUrgencyRuleGetArgs : ResourceArgs
Constructors
View SourceServiceIncidentUrgencyRuleGetArgs()
Declaration
public ServiceIncidentUrgencyRuleGetArgs()
Properties
View SourceDuringSupportHours
Incidents' urgency during support hours.
Declaration
public Input<ServiceIncidentUrgencyRuleDuringSupportHoursGetArgs> DuringSupportHours { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<ServiceIncidentUrgencyRuleDuringSupportHoursGetArgs> |
OutsideSupportHours
Incidents' urgency outside of support hours.
Declaration
public Input<ServiceIncidentUrgencyRuleOutsideSupportHoursGetArgs> OutsideSupportHours { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<ServiceIncidentUrgencyRuleOutsideSupportHoursGetArgs> |
Type
The type of scheduled action. Currently, this must be set to urgency_change.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
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 Input<string> Urgency { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |