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.

Describes a maintenance action pending for an DMS resource, including when and how it will be applied. This data type is a response element to the DescribePendingMaintenanceActions operation.

Inheritance Hierarchy

System.Object
  Amazon.DatabaseMigrationService.Model.PendingMaintenanceAction

Namespace: Amazon.DatabaseMigrationService.Model
Assembly: AWSSDK.DatabaseMigrationService.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.

Public Property AutoAppliedAfterDate System.DateTime

Gets and sets the property AutoAppliedAfterDate.

The date of the maintenance window when the action is to be applied. The maintenance action is 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 operation, and also the AutoAppliedAfterDate and ForcedApplyDate parameter values. This value is blank if an opt-in request has not been received and nothing has been specified for 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 is 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.

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

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5