Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
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_linkName :: Lens' EnvironmentLink (Maybe Text) Source #
The name of the link.
environmentLink_environmentName :: Lens' EnvironmentLink (Maybe Text) Source #
The name of the linked environment (the dependency).