redshiftserverless_get_credentials: Returns a database user name and temporary password with...

View source: R/redshiftserverless_operations.R

redshiftserverless_get_credentialsR Documentation

Returns a database user name and temporary password with temporary authorization to log in to Amazon Redshift Serverless

Description

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.

Usage

redshiftserverless_get_credentials(
  dbName = NULL,
  durationSeconds = NULL,
  workgroupName
)

Arguments

dbName

The name of the database to get temporary authorization to log on to.

Constraints:

  • Must be 1 to 64 alphanumeric characters or hyphens.

  • Must contain only uppercase or lowercase letters, numbers, underscore, plus sign, period (dot), at symbol (@), or hyphen.

  • The first character must be a letter.

  • Must not contain a colon ( : ) or slash ( / ).

  • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide

durationSeconds

The number of seconds until the returned temporary password expires. The minimum is 900 seconds, and the maximum is 3600 seconds.

workgroupName

[required] The name of the workgroup associated with the database.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.