Show / Hide Table of Contents

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 Source

ServiceSupportHoursGetArgs()

Declaration
public ServiceSupportHoursGetArgs()

Properties

View Source

DaysOfWeeks

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>
View Source

EndTime

The support hours' ending time of day.

Declaration
public Input<string> EndTime { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

StartTime

The support hours' starting time of day.

Declaration
public Input<string> StartTime { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

TimeZone

The time zone for the support hours.

Declaration
public Input<string> TimeZone { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.