/AWS1/CL_RSHCLUSTEXTENDEDCREDS¶
ClusterExtendedCredentials
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_dbuser TYPE /AWS1/RSHSTRING /AWS1/RSHSTRING¶
A database user name that you provide when you connect to a database. The database user is mapped 1:1 to the source IAM identity.
iv_dbpassword TYPE /AWS1/RSHSENSITIVESTRING /AWS1/RSHSENSITIVESTRING¶
A temporary password that you provide when you connect to a database.
iv_expiration TYPE /AWS1/RSHTSTAMP /AWS1/RSHTSTAMP¶
The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.
iv_nextrefreshtime TYPE /AWS1/RSHTSTAMP /AWS1/RSHTSTAMP¶
Reserved for future use.
Queryable Attributes¶
DbUser¶
A database user name that you provide when you connect to a database. The database user is mapped 1:1 to the source IAM identity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DBUSER() |
Getter for DBUSER, with configurable default |
ASK_DBUSER() |
Getter for DBUSER w/ exceptions if field has no value |
HAS_DBUSER() |
Determine if DBUSER has a value |
DbPassword¶
A temporary password that you provide when you connect to a database.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DBPASSWORD() |
Getter for DBPASSWORD, with configurable default |
ASK_DBPASSWORD() |
Getter for DBPASSWORD w/ exceptions if field has no value |
HAS_DBPASSWORD() |
Determine if DBPASSWORD has a value |
Expiration¶
The time (UTC) when the temporary password expires. After this timestamp, a log in with the temporary password fails.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRATION() |
Getter for EXPIRATION, with configurable default |
ASK_EXPIRATION() |
Getter for EXPIRATION w/ exceptions if field has no value |
HAS_EXPIRATION() |
Determine if EXPIRATION has a value |
NextRefreshTime¶
Reserved for future use.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTREFRESHTIME() |
Getter for NEXTREFRESHTIME, with configurable default |
ASK_NEXTREFRESHTIME() |
Getter for NEXTREFRESHTIME w/ exceptions if field has no val |
HAS_NEXTREFRESHTIME() |
Determine if NEXTREFRESHTIME has a value |