AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about the maintenance window.

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.MaintenanceWindowIdentity

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class MaintenanceWindowIdentity

The MaintenanceWindowIdentity type exposes the following members

Constructors

NameDescription
Public Method MaintenanceWindowIdentity()

Properties

NameTypeDescription
Public Property Cutoff System.Int32

Gets and sets the property Cutoff.

The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.

Public Property Description System.String

Gets and sets the property Description.

A description of the maintenance window.

Public Property Duration System.Int32

Gets and sets the property Duration.

The duration of the maintenance window in hours.

Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Indicates whether the maintenance window is enabled.

Public Property EndDate System.String

Gets and sets the property EndDate.

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.

Public Property Name System.String

Gets and sets the property Name.

The name of the maintenance window.

Public Property NextExecutionTime System.String

Gets and sets the property NextExecutionTime.

The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.

Public Property Schedule System.String

Gets and sets the property Schedule.

The schedule of the maintenance window in the form of a cron or rate expression.

Public Property ScheduleOffset System.Int32

Gets and sets the property ScheduleOffset.

The number of days to wait to run a maintenance window after the scheduled cron expression date and time.

Public Property ScheduleTimezone System.String

Gets and sets the property ScheduleTimezone.

The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.

Public Property StartDate System.String

Gets and sets the property StartDate.

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.

Public Property WindowId System.String

Gets and sets the property WindowId.

The ID of the maintenance window.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5