MasterUserOptions

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: MasterUserOptions.Builder.() -> Unit = {}): MasterUserOptions
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String