Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data RedshiftConnectorProfileCredentials = RedshiftConnectorProfileCredentials' {}
- newRedshiftConnectorProfileCredentials :: Text -> Text -> RedshiftConnectorProfileCredentials
- redshiftConnectorProfileCredentials_username :: Lens' RedshiftConnectorProfileCredentials Text
- redshiftConnectorProfileCredentials_password :: Lens' RedshiftConnectorProfileCredentials Text
Documentation
data RedshiftConnectorProfileCredentials Source #
The connector-specific profile credentials required when using Amazon Redshift.
See: newRedshiftConnectorProfileCredentials
smart constructor.
Instances
newRedshiftConnectorProfileCredentials Source #
Create a value of RedshiftConnectorProfileCredentials
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:username:RedshiftConnectorProfileCredentials'
, redshiftConnectorProfileCredentials_username
- The name of the user.
$sel:password:RedshiftConnectorProfileCredentials'
, redshiftConnectorProfileCredentials_password
- The password that corresponds to the user name.
redshiftConnectorProfileCredentials_username :: Lens' RedshiftConnectorProfileCredentials Text Source #
The name of the user.
redshiftConnectorProfileCredentials_password :: Lens' RedshiftConnectorProfileCredentials Text Source #
The password that corresponds to the user name.