Show / Hide Table of Contents

Class RulesetRuleTimeFrameActiveBetween

Inheritance
System.Object
RulesetRuleTimeFrameActiveBetween
Inherited Members
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.Outputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class RulesetRuleTimeFrameActiveBetween

Fields

View Source

EndTime

Ending of the scheduled time when the rule should execute. Unix timestamp in milliseconds.

Declaration
public readonly int? EndTime
Field Value
Type Description
System.Nullable<System.Int32>
View Source

StartTime

Time when the schedule will start. Unix timestamp in milliseconds. For example, if you have a rule with a start_time of 0 and a duration of 60,000 then that rule would be active from 00:00 to 00:01. If the start_time was 3,600,000 the it would be active starting at 01:00.

Declaration
public readonly int? StartTime
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.