| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppFlow.Types.RedshiftConnectorProfileCredentials
Description
Synopsis
- data RedshiftConnectorProfileCredentials = RedshiftConnectorProfileCredentials' {}
- newRedshiftConnectorProfileCredentials :: RedshiftConnectorProfileCredentials
- redshiftConnectorProfileCredentials_password :: Lens' RedshiftConnectorProfileCredentials (Maybe Text)
- redshiftConnectorProfileCredentials_username :: Lens' RedshiftConnectorProfileCredentials (Maybe Text)
Documentation
data RedshiftConnectorProfileCredentials Source #
The connector-specific profile credentials required when using Amazon Redshift.
See: newRedshiftConnectorProfileCredentials smart constructor.
Constructors
| RedshiftConnectorProfileCredentials' | |
Instances
newRedshiftConnectorProfileCredentials :: RedshiftConnectorProfileCredentials 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:password:RedshiftConnectorProfileCredentials', redshiftConnectorProfileCredentials_password - The password that corresponds to the user name.
$sel:username:RedshiftConnectorProfileCredentials', redshiftConnectorProfileCredentials_username - The name of the user.
redshiftConnectorProfileCredentials_password :: Lens' RedshiftConnectorProfileCredentials (Maybe Text) Source #
The password that corresponds to the user name.
redshiftConnectorProfileCredentials_username :: Lens' RedshiftConnectorProfileCredentials (Maybe Text) Source #
The name of the user.