@aws-sdk/client-redshift-serverless

GetCredentialsCommandOutput Interface

The output of GetCredentialsCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
dbPassword string | undefined

A temporary password that authorizes the user name returned by DbUser to log on to the database DbName.

dbUser string | undefined

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 privileges as the the user named in DbUser. By default, the user is added to PUBLIC.

expiration Date | undefined

The date and time the password in DbPassword expires.

nextRefreshTime Date | undefined

The date and time of when the DbUser and DbPassword authorization refreshes.

Full Signature

export interface GetCredentialsCommandOutput extends GetCredentialsResponse, MetadataBearer