| 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.SnowflakeConnectorProfileCredentials
Description
Synopsis
- data SnowflakeConnectorProfileCredentials = SnowflakeConnectorProfileCredentials' {}
- newSnowflakeConnectorProfileCredentials :: Text -> Text -> SnowflakeConnectorProfileCredentials
- snowflakeConnectorProfileCredentials_username :: Lens' SnowflakeConnectorProfileCredentials Text
- snowflakeConnectorProfileCredentials_password :: Lens' SnowflakeConnectorProfileCredentials Text
Documentation
data SnowflakeConnectorProfileCredentials Source #
The connector-specific profile credentials required when using Snowflake.
See: newSnowflakeConnectorProfileCredentials smart constructor.
Constructors
| SnowflakeConnectorProfileCredentials' | |
Instances
newSnowflakeConnectorProfileCredentials Source #
Arguments
| :: Text | |
| -> Text | |
| -> SnowflakeConnectorProfileCredentials |
Create a value of SnowflakeConnectorProfileCredentials 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:SnowflakeConnectorProfileCredentials', snowflakeConnectorProfileCredentials_username - The name of the user.
$sel:password:SnowflakeConnectorProfileCredentials', snowflakeConnectorProfileCredentials_password - The password that corresponds to the user name.
snowflakeConnectorProfileCredentials_username :: Lens' SnowflakeConnectorProfileCredentials Text Source #
The name of the user.
snowflakeConnectorProfileCredentials_password :: Lens' SnowflakeConnectorProfileCredentials Text Source #
The password that corresponds to the user name.