GetClusterCredentialsRequest
The request parameters to get cluster credentials.
Types
Properties
Create a database user with the name specified for the user named in DbUser
if one does not exist.
The unique identifier of the cluster that contains the database for which you are requesting credentials. This parameter is case sensitive.
The custom domain name for the cluster credentials.
The name of a database user. If a user name matching DbUser
exists in the database, the temporary user credentials have the same permissions as the existing user. If DbUser
doesn't exist in the database and Autocreate
is True
, a new user is created using the value for DbUser
with PUBLIC permissions. If a database user matching the value for DbUser
doesn't exist and Autocreate
is False
, then the command succeeds but the connection attempt will fail because the user doesn't exist in the database.
The number of seconds until the returned temporary password expires.