Show / Hide Table of Contents

Class ScheduleLayerRestrictionArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
ScheduleLayerRestrictionArgs
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 ScheduleLayerRestrictionArgs : ResourceArgs

Constructors

View Source

ScheduleLayerRestrictionArgs()

Declaration
public ScheduleLayerRestrictionArgs()

Properties

View Source

DurationSeconds

The duration of the restriction in seconds.

Declaration
public Input<int> DurationSeconds { get; set; }
Property Value
Type Description
Pulumi.Input<System.Int32>
View Source

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

StartTimeOfDay

The start time in HH:mm:ss format.

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

Type

Can be daily_restriction or weekly_restriction

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.