| 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.FinSpace.Types.SuperuserParameters
Description
Synopsis
- data SuperuserParameters = SuperuserParameters' {}
- newSuperuserParameters :: Text -> Text -> Text -> SuperuserParameters
- superuserParameters_emailAddress :: Lens' SuperuserParameters Text
- superuserParameters_firstName :: Lens' SuperuserParameters Text
- superuserParameters_lastName :: Lens' SuperuserParameters Text
Documentation
data SuperuserParameters Source #
Configuration information for the superuser.
See: newSuperuserParameters smart constructor.
Constructors
| SuperuserParameters' | |
Instances
newSuperuserParameters Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> SuperuserParameters |
Create a value of SuperuserParameters 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:emailAddress:SuperuserParameters', superuserParameters_emailAddress - The email address of the superuser.
$sel:firstName:SuperuserParameters', superuserParameters_firstName - The first name of the superuser.
$sel:lastName:SuperuserParameters', superuserParameters_lastName - The last name of the superuser.
superuserParameters_emailAddress :: Lens' SuperuserParameters Text Source #
The email address of the superuser.
superuserParameters_firstName :: Lens' SuperuserParameters Text Source #
The first name of the superuser.
superuserParameters_lastName :: Lens' SuperuserParameters Text Source #
The last name of the superuser.