ClusterCredentials class
Temporary credentials with authorization to log on to an Amazon Redshift database.
Constructors
- ClusterCredentials({String? dbPassword, String? dbUser, DateTime? expiration})
- ClusterCredentials.fromXml(XmlElement elem)
-
factory
Properties
- dbPassword → String?
-
A temporary password that authorizes the user name returned by
DbUser
to log on to the databaseDbName
.final - dbUser → String?
-
A database user name that is authorized to log on to the database
DbName
using the passwordDbPassword
. If the specified DbUser exists in the database, the new user name has the same database privileges as the the user named in DbUser. By default, the user is added to PUBLIC. If theDbGroups
parameter is specifed,DbUser
is added to the listed groups for any sessions created using these credentials.final - expiration → DateTime?
-
The date and time the password in
DbPassword
expires.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited