| 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.ElastiCache.Types.AuthenticationMode
Description
Documentation
data AuthenticationMode Source #
Specifies the authentication mode to use.
See: newAuthenticationMode smart constructor.
Constructors
| AuthenticationMode' | |
Instances
newAuthenticationMode :: AuthenticationMode Source #
Create a value of AuthenticationMode 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:passwords:AuthenticationMode', authenticationMode_passwords - Specifies the passwords to use for authentication if Type is set to
password.
$sel:type':AuthenticationMode', authenticationMode_type - Specifies the authentication type. Possible options are IAM
authentication, password and no password.
authenticationMode_passwords :: Lens' AuthenticationMode (Maybe (NonEmpty Text)) Source #
Specifies the passwords to use for authentication if Type is set to
password.
authenticationMode_type :: Lens' AuthenticationMode (Maybe InputAuthenticationType) Source #
Specifies the authentication type. Possible options are IAM authentication, password and no password.