/AWS1/CL_ML_RDSDATABASECREDS¶
The database credentials to connect to a database on an RDS DB instance.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_username TYPE /AWS1/ML_RDSDATABASEUSERNAME /AWS1/ML_RDSDATABASEUSERNAME¶
The username to be used by Amazon ML to connect to database on an Amazon RDS instance. The username should have sufficient permissions to execute an
RDSSelectSqlQueryquery.
iv_password TYPE /AWS1/ML_RDSDATABASEPASSWORD /AWS1/ML_RDSDATABASEPASSWORD¶
The password to be used by Amazon ML to connect to a database on an RDS DB instance. The password should have sufficient permissions to execute the
RDSSelectQueryquery.
Queryable Attributes¶
Username¶
The username to be used by Amazon ML to connect to database on an Amazon RDS instance. The username should have sufficient permissions to execute an
RDSSelectSqlQueryquery.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
Password¶
The password to be used by Amazon ML to connect to a database on an RDS DB instance. The password should have sufficient permissions to execute the
RDSSelectQueryquery.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PASSWORD() |
Getter for PASSWORD, with configurable default |
ASK_PASSWORD() |
Getter for PASSWORD w/ exceptions if field has no value |
HAS_PASSWORD() |
Determine if PASSWORD has a value |