ExternalValueSource
import type { ExternalValueSource } from "https://googleapis.deno.dev/v1/config:v1.ts";Configuration for a source of an external value.
interface ExternalValueSource {
deploymentSource?: DeploymentSource;
}§Properties
§
deploymentSource?: DeploymentSource
[src]A source from a Deployment.