class Aws::OpenSearchService::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 OpenSearch Service domain's internal database. @return [String]
@!attribute [rw] master_user_password
The master user's password, which is stored in the Amazon OpenSearch Service domain's internal database. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/MasterUserOptions AWS API Documentation
Constants
- SENSITIVE