View source: R/redshiftserverless_operations.R
redshiftserverless_get_credentials | R Documentation |
Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless.
See https://www.paws-r-sdk.com/docs/redshiftserverless_get_credentials/ for full documentation.
redshiftserverless_get_credentials(
customDomainName = NULL,
dbName = NULL,
durationSeconds = NULL,
workgroupName = NULL
)
customDomainName |
The custom domain name associated with the workgroup. The custom domain name or the workgroup name must be included in the request. |
dbName |
The name of the database to get temporary authorization to log on to. Constraints:
|
durationSeconds |
The number of seconds until the returned temporary password expires. The minimum is 900 seconds, and the maximum is 3600 seconds. |
workgroupName |
The name of the workgroup associated with the database. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.