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 EnvironmentImage Source #
Information about a Docker image that is managed by CodeBuild.
See: newEnvironmentImage
smart constructor.
Instances
newEnvironmentImage :: EnvironmentImage Source #
Create a value of EnvironmentImage
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:versions:EnvironmentImage'
, environmentImage_versions
- A list of environment image versions.
$sel:name:EnvironmentImage'
, environmentImage_name
- The name of the Docker image.
$sel:description:EnvironmentImage'
, environmentImage_description
- The description of the Docker image.
environmentImage_versions :: Lens' EnvironmentImage (Maybe [Text]) Source #
A list of environment image versions.
environmentImage_name :: Lens' EnvironmentImage (Maybe Text) Source #
The name of the Docker image.
environmentImage_description :: Lens' EnvironmentImage (Maybe Text) Source #
The description of the Docker image.