/AWS1/CL_ML_REDDATABASECREDS¶
Describes the database credentials for connecting to a database on an Amazon Redshift cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_username TYPE /AWS1/ML_REDDATABASEUSERNAME /AWS1/ML_REDDATABASEUSERNAME¶
A username to be used by Amazon Machine Learning (Amazon ML)to connect to a database on an Amazon Redshift cluster. The username should have sufficient permissions to execute the
RedshiftSelectSqlQueryquery. The username should be valid for an Amazon Redshift USER.
iv_password TYPE /AWS1/ML_REDDATABASEPASSWORD /AWS1/ML_REDDATABASEPASSWORD¶
A password to be used by Amazon ML to connect to a database on an Amazon Redshift cluster. The password should have sufficient permissions to execute a
RedshiftSelectSqlQueryquery. The password should be valid for an Amazon Redshift USER.
Queryable Attributes¶
Username¶
A username to be used by Amazon Machine Learning (Amazon ML)to connect to a database on an Amazon Redshift cluster. The username should have sufficient permissions to execute the
RedshiftSelectSqlQueryquery. The username should be valid for an Amazon Redshift USER.
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¶
A password to be used by Amazon ML to connect to a database on an Amazon Redshift cluster. The password should have sufficient permissions to execute a
RedshiftSelectSqlQueryquery. The password should be valid for an Amazon Redshift USER.
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 |