Class ServiceScheduledActionGetArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ServiceScheduledActionGetArgs
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 ServiceScheduledActionGetArgs : ResourceArgs
Constructors
View SourceServiceScheduledActionGetArgs()
Declaration
public ServiceScheduledActionGetArgs()
Properties
View SourceAts
A block representing when the scheduled action will occur.
Declaration
public InputList<ServiceScheduledActionAtGetArgs> Ats { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<ServiceScheduledActionAtGetArgs> |
ToUrgency
The urgency to change to: low (does not escalate), or high (follows escalation rules).
Declaration
public Input<string> ToUrgency { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
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> |