pub fn is_non_empty_string(value: &str) -> bool
Checks if a value is a non-empty string. Per the Go SDK’s string_or_runtime_expr validator, any non-empty string is valid (either a plain string or a runtime expression).
string_or_runtime_expr