Module Values.GetRelationalDatabaseMasterUserPasswordRequestSource

Returns the current, previous, or pending versions of the master user password for a Lightsail database. The GetRelationalDatabaseMasterUserPassword operation supports tag-based access control via resource tags applied to the resource identified by relationalDatabaseName.

Sourcetype nonrec t = {
  1. relationalDatabaseName : ResourceName.t;
    (*

    The name of your database for which to get the master user password.

    *)
  2. passwordVersion : RelationalDatabasePasswordVersion.t option;
    (*

    The password version to return. Specifying CURRENT or PREVIOUS returns the current or previous passwords respectively. Specifying PENDING returns the newest version of the password that will rotate to CURRENT. After the PENDING password rotates to CURRENT, the PENDING password is no longer available. Default: CURRENT

    *)
}
Sourceval context_ : string
Sourceval make : ?passwordVersion:??? -> relationalDatabaseName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ResourceName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t