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.

Provides information about a pending maintenance action for a resource.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.PendingMaintenanceAction

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

Syntax

C#
public class PendingMaintenanceAction

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. Valid actions are system-update, db-upgrade, hardware-maintenance, and ca-certificate-rotation.

Public Property AutoAppliedAfterDate System.DateTime

Gets and sets the property AutoAppliedAfterDate.

The date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date.

Public Property CurrentApplyDate System.DateTime

Gets and sets the property CurrentApplyDate.

The effective date when the pending maintenance action is 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 is automatically applied.

On this date, the maintenance action is applied to the resource as soon as possible, regardless of the maintenance window for the resource. There might be a delay of one or more days from this date before the maintenance action is applied.

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 Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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