DomainAdvancedSecurityOptionsMasterUserOptions

data class DomainAdvancedSecurityOptionsMasterUserOptions(val masterUserArn: String? = null, val masterUserName: String? = null, val masterUserPassword: String? = null)

Constructors

constructor(masterUserArn: String? = null, masterUserName: String? = null, masterUserPassword: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val masterUserArn: String? = null

ARN for the main user. Only specify if internal_user_database_enabled is not set or set to false.

Link copied to clipboard
val masterUserName: String? = null

Main user's username, which is stored in the Amazon Elasticsearch Service domain's internal database. Only specify if internal_user_database_enabled is set to true.

Link copied to clipboard

Main user's password, which is stored in the Amazon Elasticsearch Service domain's internal database. Only specify if internal_user_database_enabled is set to true.