liquibase.changeLogLockPollRate

How to use liquibase.changeLogLockPollRate in application.yml file.

Does liquibase support changeLogLockPollRate attribute??

In application.yml we have specified
spring:
liquibase:
change-log: classpath:/changelog.xml
enabled: true
changeLogLockPollRate: 600

It gives error message spring.liquibase.changeLogLockPollRate were left unbound on the line
changeLogLockPollRate: 600