You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::MasterUserOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MasterUserOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  master_user_arn: "ARN",
  master_user_name: "Username",
  master_user_password: "Password",
}

Credentials for the master user: username and password, ARN, or both.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#master_user_arnString

ARN for the master user (if IAM is enabled).

Returns:

  • (String)

    ARN for the master user (if IAM is enabled).

#master_user_nameString

The master user\'s username, which is stored in the Amazon Elasticsearch Service domain\'s internal database.

Returns:

  • (String)

    The master user\'s username, which is stored in the Amazon Elasticsearch Service domain\'s internal database.

#master_user_passwordString

The master user\'s password, which is stored in the Amazon Elasticsearch Service domain\'s internal database.

Returns:

  • (String)

    The master user\'s password, which is stored in the Amazon Elasticsearch Service domain\'s internal database.