AWS SDK Version 2 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.

.NET Framework 4.5
 
Provides information about a pending maintenance action for a resource.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.PendingMaintenanceAction

Namespace: Amazon.RDS.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class PendingMaintenanceAction : Object

The PendingMaintenanceAction type exposes the following members

Constructors

NameDescription
Public Method PendingMaintenanceAction()

Properties

NameTypeDescription
Public Property Action System.String Gets and sets the property Action.

The type of pending maintenance action that is available for the resource.

Public Property AutoAppliedAfterDate System.DateTime Gets and sets the property AutoAppliedAfterDate.

The date of the maintenance window when the action will be applied. The maintenance action will be applied to the resource during its first maintenance window after this date. If this date is specified, any next-maintenance opt-in requests are ignored.

Public Property CurrentApplyDate System.DateTime Gets and sets the property CurrentApplyDate.

The effective date when the pending maintenance action will be applied to the resource. This date takes into account opt-in requests received from the ApplyPendingMaintenanceAction API, the AutoAppliedAfterDate, and the ForcedApplyDate. This value is blank if an opt-in request has not been received and nothing has been specified as AutoAppliedAfterDate or ForcedApplyDate.

Public Property Description System.String Gets and sets the property Description.

A description providing more detail about the maintenance action.

Public Property ForcedApplyDate System.DateTime Gets and sets the property ForcedApplyDate.

The date when the maintenance action will be automatically applied. The maintenance action will be applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any immediate opt-in requests are ignored.

Public Property OptInStatus System.String Gets and sets the property OptInStatus.

Indicates the type of opt-in request that has been received for the resource.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1