pathPrefix

@JvmName(name = "tojrdgwcftuyixuf")
suspend fun pathPrefix(value: Output<String>)
@JvmName(name = "ixinleqvkaemlggv")
suspend fun pathPrefix(value: String?)

Parameters

value

pathPrefix is the path prefix that the host volume must match. It does not support *. Trailing slashes are trimmed when validating the path prefix with a host path. Examples: /foo would allow /foo, /foo/ and /foo/bar /foo would not allow /food or /etc/foo