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.

This data type is used as a response element in the ModifyDBInstance operation and contains changes that will be applied during the next maintenance window.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.PendingModifiedValues

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

Syntax

C#
public class PendingModifiedValues

The PendingModifiedValues type exposes the following members

Constructors

NameDescription
Public Method PendingModifiedValues()

Empty constructor used to set properties independently even when a simple constructor is available

Properties

NameTypeDescription
Public Property AllocatedStorage System.Int32

Gets and sets the property AllocatedStorage.

The allocated storage size for the DB instance specified in gibibytes (GiB).

Public Property AutomationMode Amazon.RDS.AutomationMode

Gets and sets the property AutomationMode.

The automation mode of the RDS Custom DB instance: full or all-paused. If full, the DB instance automates monitoring and instance recovery. If all-paused, the instance pauses automation for the duration set by --resume-full-automation-mode-minutes.

Public Property BackupRetentionPeriod System.Int32

Gets and sets the property BackupRetentionPeriod.

The number of days for which automated backups are retained.

Public Property CACertificateIdentifier System.String

Gets and sets the property CACertificateIdentifier.

The identifier of the CA certificate for the DB instance.

For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.

Public Property DBInstanceClass System.String

Gets and sets the property DBInstanceClass.

The name of the compute and memory capacity class for the DB instance.

Public Property DBInstanceIdentifier System.String

Gets and sets the property DBInstanceIdentifier.

The database identifier for the DB instance.

Public Property DBSubnetGroupName System.String

Gets and sets the property DBSubnetGroupName.

The DB subnet group for the DB instance.

Public Property DedicatedLogVolume System.Boolean

Gets and sets the property DedicatedLogVolume.

Indicates whether the DB instance has a dedicated log volume (DLV) enabled.>

Public Property Engine System.String

Gets and sets the property Engine.

The database engine of the DB instance.

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

The database engine version.

Public Property IAMDatabaseAuthenticationEnabled System.Boolean

Gets and sets the property IAMDatabaseAuthenticationEnabled.

Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

Public Property Iops System.Int32

Gets and sets the property Iops.

The Provisioned IOPS value for the DB instance.

Public Property LicenseModel System.String

Gets and sets the property LicenseModel.

The license model for the DB instance.

Valid values: license-included | bring-your-own-license | general-public-license

Public Property MasterUserPassword System.String

Gets and sets the property MasterUserPassword.

The master credentials for the DB instance.

Public Property MultiAZ System.Boolean

Gets and sets the property MultiAZ.

Indicates whether the Single-AZ DB instance will change to a Multi-AZ deployment.

Public Property MultiTenant System.Boolean

Gets and sets the property MultiTenant.

Indicates whether the DB instance will change to the multi-tenant configuration (TRUE) or the single-tenant configuration (FALSE).

Public Property PendingCloudwatchLogsExports Amazon.RDS.Model.PendingCloudwatchLogsExports

Gets and sets the property PendingCloudwatchLogsExports.

Public Property Port System.Int32

Gets and sets the property Port.

The port for the DB instance.

Public Property ProcessorFeatures System.Collections.Generic.List<Amazon.RDS.Model.ProcessorFeature>

Gets and sets the property ProcessorFeatures.

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

Public Property ResumeFullAutomationModeTime System.DateTime

Gets and sets the property ResumeFullAutomationModeTime.

The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation. The minimum value is 60 (default). The maximum value is 1,440.

Public Property StorageThroughput System.Int32

Gets and sets the property StorageThroughput.

The storage throughput of the DB instance.

Public Property StorageType System.String

Gets and sets the property StorageType.

The storage type of the DB instance.

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