AwsRdsDbPendingModifiedValues constructor

AwsRdsDbPendingModifiedValues({
  1. int? allocatedStorage,
  2. int? backupRetentionPeriod,
  3. String? caCertificateIdentifier,
  4. String? dbInstanceClass,
  5. String? dbInstanceIdentifier,
  6. String? dbSubnetGroupName,
  7. String? engineVersion,
  8. int? iops,
  9. String? licenseModel,
  10. String? masterUserPassword,
  11. bool? multiAZ,
  12. AwsRdsPendingCloudWatchLogsExports? pendingCloudWatchLogsExports,
  13. int? port,
  14. List<AwsRdsDbProcessorFeature>? processorFeatures,
  15. String? storageType,
})

Implementation

AwsRdsDbPendingModifiedValues({
  this.allocatedStorage,
  this.backupRetentionPeriod,
  this.caCertificateIdentifier,
  this.dbInstanceClass,
  this.dbInstanceIdentifier,
  this.dbSubnetGroupName,
  this.engineVersion,
  this.iops,
  this.licenseModel,
  this.masterUserPassword,
  this.multiAZ,
  this.pendingCloudWatchLogsExports,
  this.port,
  this.processorFeatures,
  this.storageType,
});