| 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.OpenSearch.Types.MasterUserOptions
Description
Synopsis
- data MasterUserOptions = MasterUserOptions' {}
- newMasterUserOptions :: MasterUserOptions
- masterUserOptions_masterUserARN :: Lens' MasterUserOptions (Maybe Text)
- masterUserOptions_masterUserName :: Lens' MasterUserOptions (Maybe Text)
- masterUserOptions_masterUserPassword :: Lens' MasterUserOptions (Maybe Text)
Documentation
data MasterUserOptions Source #
Credentials for the master user for a domain.
See: newMasterUserOptions smart constructor.
Constructors
| MasterUserOptions' | |
Fields
| |
Instances
newMasterUserOptions :: MasterUserOptions Source #
Create a value of MasterUserOptions 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:masterUserARN:MasterUserOptions', masterUserOptions_masterUserARN - Amazon Resource Name (ARN) for the master user. Only specify if
InternalUserDatabaseEnabled is false.
$sel:masterUserName:MasterUserOptions', masterUserOptions_masterUserName - User name for the master user. Only specify if
InternalUserDatabaseEnabled is true.
$sel:masterUserPassword:MasterUserOptions', masterUserOptions_masterUserPassword - Password for the master user. Only specify if
InternalUserDatabaseEnabled is true.
masterUserOptions_masterUserARN :: Lens' MasterUserOptions (Maybe Text) Source #
Amazon Resource Name (ARN) for the master user. Only specify if
InternalUserDatabaseEnabled is false.
masterUserOptions_masterUserName :: Lens' MasterUserOptions (Maybe Text) Source #
User name for the master user. Only specify if
InternalUserDatabaseEnabled is true.
masterUserOptions_masterUserPassword :: Lens' MasterUserOptions (Maybe Text) Source #
Password for the master user. Only specify if
InternalUserDatabaseEnabled is true.