| 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.EMR.Types.UsernamePassword
Description
Documentation
data UsernamePassword Source #
The username and password that you use to connect to cluster endpoints.
See: newUsernamePassword smart constructor.
Constructors
| UsernamePassword' | |
Instances
newUsernamePassword :: UsernamePassword Source #
Create a value of UsernamePassword 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:UsernamePassword', usernamePassword_password - The password associated with the temporary credentials that you use to
connect to cluster endpoints.
$sel:username:UsernamePassword', usernamePassword_username - The username associated with the temporary credentials that you use to
connect to cluster endpoints.
usernamePassword_password :: Lens' UsernamePassword (Maybe Text) Source #
The password associated with the temporary credentials that you use to connect to cluster endpoints.
usernamePassword_username :: Lens' UsernamePassword (Maybe Text) Source #
The username associated with the temporary credentials that you use to connect to cluster endpoints.