PendingModifiedValues class

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

Constructors

PendingModifiedValues({int? allocatedStorage, int? backupRetentionPeriod, String? cACertificateIdentifier, String? dBInstanceClass, String? dBInstanceIdentifier, String? dBSubnetGroupName, String? engineVersion, bool? iAMDatabaseAuthenticationEnabled, int? iops, String? licenseModel, String? masterUserPassword, bool? multiAZ, PendingCloudwatchLogsExports? pendingCloudwatchLogsExports, int? port, List<ProcessorFeature>? processorFeatures, String? storageType})
PendingModifiedValues.fromXml(XmlElement elem)
factory

Properties

allocatedStorage int?
The allocated storage size for the DB instance specified in gibibytes .
final
backupRetentionPeriod int?
The number of days for which automated backups are retained.
final
cACertificateIdentifier String?
The identifier of the CA certificate for the DB instance.
final
dBInstanceClass String?
The name of the compute and memory capacity class for the DB instance.
final
dBInstanceIdentifier String?
The database identifier for the DB instance.
final
dBSubnetGroupName String?
The DB subnet group for the DB instance.
final
engineVersion String?
The database engine version.
final
hashCode int
The hash code for this object.
no setterinherited
iAMDatabaseAuthenticationEnabled bool?
Whether mapping of AWS Identity and Access Management (IAM) accounts to database accounts is enabled.
final
iops int?
The Provisioned IOPS value for the DB instance.
final
licenseModel String?
The license model for the DB instance.
final
masterUserPassword String?
The master credentials for the DB instance.
final
multiAZ bool?
Indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.
final
pendingCloudwatchLogsExports PendingCloudwatchLogsExports?
final
port int?
The port for the DB instance.
final
processorFeatures List<ProcessorFeature>?
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageType String?
The storage type of the DB instance.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited