yamlPath
Access a nested value in a YAML structure using a dot-separated path. See Chapter 26.
yaml(required): YAML UDM valuepath(required): dot-separated path string
utlx
yamlPath($input, "database.host") // "localhost"