Show / Hide Table of Contents

Class MaintenanceWindowArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
MaintenanceWindowArgs
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
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class MaintenanceWindowArgs : ResourceArgs

Constructors

View Source

MaintenanceWindowArgs()

Declaration
public MaintenanceWindowArgs()

Properties

View Source

Description

A description for the maintenance window.

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

EndTime

The maintenance window's end time. This is when the services will start creating incidents again. This date must be in the future and after the start_time.

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

Services

A list of service IDs to include in the maintenance window.

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

StartTime

The maintenance window's start time. This is when the services will stop creating incidents. If this date is in the past, it will be updated to be the current time.

Declaration
public Input<string> StartTime { get; set; }
Property Value
Type Description
Pulumi.Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.