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 |
Synopsis
- data UserAuthConfig = UserAuthConfig' {}
- newUserAuthConfig :: UserAuthConfig
- userAuthConfig_authScheme :: Lens' UserAuthConfig (Maybe AuthScheme)
- userAuthConfig_clientPasswordAuthType :: Lens' UserAuthConfig (Maybe ClientPasswordAuthType)
- userAuthConfig_description :: Lens' UserAuthConfig (Maybe Text)
- userAuthConfig_iAMAuth :: Lens' UserAuthConfig (Maybe IAMAuthMode)
- userAuthConfig_secretArn :: Lens' UserAuthConfig (Maybe Text)
- userAuthConfig_userName :: Lens' UserAuthConfig (Maybe Text)
Documentation
data UserAuthConfig Source #
Specifies the details of authentication used by a proxy to log in as a specific database user.
See: newUserAuthConfig
smart constructor.
UserAuthConfig' | |
|
Instances
newUserAuthConfig :: UserAuthConfig Source #
Create a value of UserAuthConfig
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:authScheme:UserAuthConfig'
, userAuthConfig_authScheme
- The type of authentication that the proxy uses for connections from the
proxy to the underlying database.
$sel:clientPasswordAuthType:UserAuthConfig'
, userAuthConfig_clientPasswordAuthType
- The type of authentication the proxy uses for connections from clients.
$sel:description:UserAuthConfig'
, userAuthConfig_description
- A user-specified description about the authentication used by a proxy to
log in as a specific database user.
$sel:iAMAuth:UserAuthConfig'
, userAuthConfig_iAMAuth
- Whether to require or disallow Amazon Web Services Identity and Access
Management (IAM) authentication for connections to the proxy. The
ENABLED
value is valid only for proxies with RDS for Microsoft SQL
Server.
$sel:secretArn:UserAuthConfig'
, userAuthConfig_secretArn
- The Amazon Resource Name (ARN) representing the secret that the proxy
uses to authenticate to the RDS DB instance or Aurora DB cluster. These
secrets are stored within Amazon Secrets Manager.
$sel:userName:UserAuthConfig'
, userAuthConfig_userName
- The name of the database user to which the proxy connects.
userAuthConfig_authScheme :: Lens' UserAuthConfig (Maybe AuthScheme) Source #
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
userAuthConfig_clientPasswordAuthType :: Lens' UserAuthConfig (Maybe ClientPasswordAuthType) Source #
The type of authentication the proxy uses for connections from clients.
userAuthConfig_description :: Lens' UserAuthConfig (Maybe Text) Source #
A user-specified description about the authentication used by a proxy to log in as a specific database user.
userAuthConfig_iAMAuth :: Lens' UserAuthConfig (Maybe IAMAuthMode) Source #
Whether to require or disallow Amazon Web Services Identity and Access
Management (IAM) authentication for connections to the proxy. The
ENABLED
value is valid only for proxies with RDS for Microsoft SQL
Server.
userAuthConfig_secretArn :: Lens' UserAuthConfig (Maybe Text) Source #
The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate to the RDS DB instance or Aurora DB cluster. These secrets are stored within Amazon Secrets Manager.
userAuthConfig_userName :: Lens' UserAuthConfig (Maybe Text) Source #
The name of the database user to which the proxy connects.