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 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.
Instances
newSnowflakeConnectorProfileCredentials Source #
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.