Class ScheduleLayerRestrictionGetArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ScheduleLayerRestrictionGetArgs
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 ScheduleLayerRestrictionGetArgs : ResourceArgs
Constructors
View SourceScheduleLayerRestrictionGetArgs()
Declaration
public ScheduleLayerRestrictionGetArgs()
Properties
View SourceDurationSeconds
The duration of the restriction in seconds.
Declaration
public Input<int> DurationSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.Int32> |
StartDayOfWeek
Number of the day when restriction starts. From 1 to 7 where 1 is Monday and 7 is Sunday.
Declaration
public Input<int> StartDayOfWeek { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.Int32> |
StartTimeOfDay
The start time in HH:mm:ss format.
Declaration
public Input<string> StartTimeOfDay { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Type
Can be daily_restriction or weekly_restriction
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |