Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeploymentSource

import type { DeploymentSource } from "https://googleapis.deno.dev/v1/config:v1.ts";

Configuration for a value sourced from a Deployment.

interface DeploymentSource {
deployment?: string;
outputName?: string;
}

§Properties

§
deployment?: string
[src]

Required. The resource name of the source Deployment to import the output from. Format: projects/{project}/locations/{location}/deployments/{deployment} The source deployment must be in the same project and location.

§
outputName?: string
[src]

Required. The name of the output variable in the source deployment's latest successfully applied revision.