Class ServiceSupportHoursGetArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ServiceSupportHoursGetArgs
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 ServiceSupportHoursGetArgs : ResourceArgs
Constructors
View SourceServiceSupportHoursGetArgs()
Declaration
public ServiceSupportHoursGetArgs()
Properties
View SourceDaysOfWeeks
Array of days of week as integers. 1 to 7, 1 being
Monday and 7 being Sunday.
Declaration
public InputList<int> DaysOfWeeks { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.InputList<System.Int32> |
EndTime
The support hours' ending time of day.
Declaration
public Input<string> EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
StartTime
The support hours' starting time of day.
Declaration
public Input<string> StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
TimeZone
The time zone for the support hours.
Declaration
public Input<string> TimeZone { 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> |