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

EnvironmentLink

import type { EnvironmentLink } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

A link to another environment, defined in the environment's manifest. Links provide connection information in system properties that can be used to connect to another environment in the same group. See Environment Manifest (env.yaml) for details.

interface EnvironmentLink {
EnvironmentName?: string | null;
LinkName?: string | null;
}

§Properties

§
EnvironmentName?: string | null
[src]

The name of the linked environment (the dependency).

§
LinkName?: string | null
[src]

The name of the link.