class Aws::ElasticsearchService::Types::MasterUserOptions
Credentials for the master user: username and password, ARN, or both.
@note When making an API call, you may pass MasterUserOptions
data as a hash: { master_user_arn: "ARN", master_user_name: "Username", master_user_password: "Password", }
@!attribute [rw] master_user_arn
ARN for the master user (if IAM is enabled). @return [String]
@!attribute [rw] master_user_name
The master user's username, which is stored in the Amazon Elasticsearch Service domain's internal database. @return [String]
@!attribute [rw] master_user_password
The master user's password, which is stored in the Amazon Elasticsearch Service domain's internal database. @return [String]
Constants
- SENSITIVE