class Aws::MachineLearning::Types::RedshiftDatabaseCredentials
Describes the database credentials for connecting to a database on an Amazon Redshift cluster.
@note When making an API call, you may pass RedshiftDatabaseCredentials
data as a hash: { username: "RedshiftDatabaseUsername", # required password: "RedshiftDatabasePassword", # required }
@!attribute [rw] 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 `RedshiftSelectSqlQuery` query. The username should be valid for an Amazon Redshift [USER][1]. [1]: https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_USER.html @return [String]
@!attribute [rw] 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 `RedshiftSelectSqlQuery` query. The password should be valid for an Amazon Redshift [USER][1]. [1]: https://docs.aws.amazon.com/redshift/latest/dg/r_CREATE_USER.html @return [String]
Constants
- SENSITIVE