'{username}', 'apiKey' => '{apiKey}', )); // 2. Obtain a Database service object from the client. $databaseService = $client->databaseService(null, '{region}'); // 3. Retrieve the database configuration. $configuration = $databaseService->configuration('{configId}'); /** @var OpenCloud\Database\Resource\Configuration **/