Hi @tarpan.pathak, when specifying the config
block of a task, you set those key-value pairs in nomad/tasks.go at main · hashicorp/nomad · GitHub
These are driver-specific, which is why the API exposes them as a map[string]interface{}
instead of pre-defined fields. The ability to configure tasks differs from driver to driver.