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 SourceMaintenanceWindowArgs()
Declaration
public MaintenanceWindowArgs()
Properties
View SourceDescription
A description for the maintenance window.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
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> |
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> |
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> |