pub fn resolve_required(
secret: &Secret,
reserved: &str,
) -> Result<String, ResolveError>Expand description
Resolve a required sink value, with reserved as the deployment override
variable. Same precedence as resolve_connection_url: an explicit Env
reference wins; otherwise reserved overrides the literal; otherwise the
literal.