Class EscalationPolicyRuleArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
EscalationPolicyRuleArgs
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 EscalationPolicyRuleArgs : ResourceArgs
Constructors
View SourceEscalationPolicyRuleArgs()
Declaration
public EscalationPolicyRuleArgs()
Properties
View SourceEscalationDelayInMinutes
The number of minutes before an unacknowledged incident escalates away from this rule.
Declaration
public Input<int> EscalationDelayInMinutes { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.Int32> |
Id
A target ID
Declaration
public Input<string> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Targets
Declaration
public InputList<EscalationPolicyRuleTargetArgs> Targets { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<EscalationPolicyRuleTargetArgs> |