libZSservicesZSamazonka-elasticbeanstalkZSamazonka-elasticbeanstalk
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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:linkName:EnvironmentLink', environmentLink_linkName - The name of the link.

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

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

The name of the linked environment (the dependency).