Returns the current, previous, or pending versions of the master user password for a Lightsail database
Source:R/lightsail_operations.R
lightsail_get_relational_database_master_user_password.RdReturns the current, previous, or pending versions of the master user password for a Lightsail database.
See https://www.paws-r-sdk.com/docs/lightsail_get_relational_database_master_user_password/ for full documentation.
Usage
lightsail_get_relational_database_master_user_password(
relationalDatabaseName,
passwordVersion = NULL
)Arguments
- relationalDatabaseName
[required] The name of your database for which to get the master user password.
- passwordVersion
The password version to return.
Specifying
CURRENTorPREVIOUSreturns the current or previous passwords respectively. SpecifyingPENDINGreturns the newest version of the password that will rotate toCURRENT. After thePENDINGpassword rotates toCURRENT, thePENDINGpassword is no longer available.Default:
CURRENT