amazonka-elasticbeanstalk-2.0: Amazon Elastic Beanstalk SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.ElasticBeanstalk.Types.EnvironmentLink

Description

 
Synopsis

Documentation

data EnvironmentLink Source #

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.

See: newEnvironmentLink smart constructor.

Constructors

EnvironmentLink' 

Fields

Instances

newEnvironmentLink :: EnvironmentLink Source #

Create a value of EnvironmentLink with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:environmentName:EnvironmentLink', environmentLink_environmentName - The name of the linked environment (the dependency).

$sel:linkName:EnvironmentLink', environmentLink_linkName - The name of the link.

environmentLink_environmentName :: Lens' EnvironmentLink (Maybe Text) Source #

The name of the linked environment (the dependency).