Values.ClusterCredentialsSourceTemporary credentials with authorization to log on to an Amazon Redshift database.
type getClusterCredentialsResult = {dbUser : String_.t option;A database user name that is authorized to log on to the database DbName using the password DbPassword. If the specified DbUser exists in the database, the new user name has the same database permissions as the the user named in DbUser. By default, the user is added to PUBLIC. If the DbGroups parameter is specifed, DbUser is added to the listed groups for any sessions created using these credentials.
*)dbPassword : SensitiveString.t option;A temporary password that authorizes the user name returned by DbUser to log on to the database DbName.
*)expiration : TStamp.t option;The date and time the password in DbPassword expires.
*)}and t = {getClusterCredentialsResult : getClusterCredentialsResult;responseMetaData : responseMetaData;}type error = [ | `ClusterNotFoundFault of ClusterNotFoundFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterNotFoundFault of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]