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 EnvironmentPlatform Source #
A set of Docker images that are related by platform and are managed by CodeBuild.
See: newEnvironmentPlatform
smart constructor.
EnvironmentPlatform' | |
|
Instances
newEnvironmentPlatform :: EnvironmentPlatform Source #
Create a value of EnvironmentPlatform
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:platform:EnvironmentPlatform'
, environmentPlatform_platform
- The platform's name.
$sel:languages:EnvironmentPlatform'
, environmentPlatform_languages
- The list of programming languages that are available for the specified
platform.
environmentPlatform_platform :: Lens' EnvironmentPlatform (Maybe PlatformType) Source #
The platform's name.
environmentPlatform_languages :: Lens' EnvironmentPlatform (Maybe [EnvironmentLanguage]) Source #
The list of programming languages that are available for the specified platform.