Domain Advanced Security Options Master User Options
data class DomainAdvancedSecurityOptionsMasterUserOptions(val masterUserArn: String? = null, val masterUserName: String? = null, val masterUserPassword: String? = null)
Properties
Link copied to clipboard
ARN for the main user. Only specify if internal_user_database_enabled
is not set or set to false
.
Link copied to clipboard
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
.