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

AwsElasticBeanstalkEnvironmentEnvironmentLink

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

Contains information about a link to another environment that is in the same group.

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

§Properties

§
EnvironmentName?: string | null
[src]

The name of the linked environment.

§
LinkName?: string | null
[src]

The name of the environment link.