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 |
Synopsis
- data Environment = Environment' {}
- newEnvironment :: Environment
- environment_uri :: Lens' Environment (Maybe Text)
Documentation
data Environment Source #
The object that contains the Docker image URI for either your robot or simulation applications.
See: newEnvironment
smart constructor.
Instances
newEnvironment :: Environment Source #
Create a value of Environment
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:uri:Environment'
, environment_uri
- The Docker image URI for either your robot or simulation applications.
environment_uri :: Lens' Environment (Maybe Text) Source #
The Docker image URI for either your robot or simulation applications.