Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MasterUserOptions = MasterUserOptions' {}
- newMasterUserOptions :: MasterUserOptions
- masterUserOptions_masterUserPassword :: Lens' MasterUserOptions (Maybe Text)
- masterUserOptions_masterUserName :: Lens' MasterUserOptions (Maybe Text)
- masterUserOptions_masterUserARN :: Lens' MasterUserOptions (Maybe Text)
Documentation
data MasterUserOptions Source #
Credentials for the master user: username and password, ARN, or both.
See: newMasterUserOptions
smart constructor.
MasterUserOptions' | |
|
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:masterUserPassword:MasterUserOptions'
, masterUserOptions_masterUserPassword
- The master user's password, which is stored in the Amazon OpenSearch
Service domain's internal database.
$sel:masterUserName:MasterUserOptions'
, masterUserOptions_masterUserName
- The master user's username, which is stored in the Amazon OpenSearch
Service domain's internal database.
$sel:masterUserARN:MasterUserOptions'
, masterUserOptions_masterUserARN
- ARN for the master user (if IAM is enabled).
masterUserOptions_masterUserPassword :: Lens' MasterUserOptions (Maybe Text) Source #
The master user's password, which is stored in the Amazon OpenSearch Service domain's internal database.
masterUserOptions_masterUserName :: Lens' MasterUserOptions (Maybe Text) Source #
The master user's username, which is stored in the Amazon OpenSearch Service domain's internal database.
masterUserOptions_masterUserARN :: Lens' MasterUserOptions (Maybe Text) Source #
ARN for the master user (if IAM is enabled).