| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CodeBuild.Types.EnvironmentPlatform
Description
Documentation
data EnvironmentPlatform Source #
A set of Docker images that are related by platform and are managed by CodeBuild.
See: newEnvironmentPlatform smart constructor.
Constructors
| EnvironmentPlatform' | |
Fields
| |
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:languages:EnvironmentPlatform', environmentPlatform_languages - The list of programming languages that are available for the specified
platform.
$sel:platform:EnvironmentPlatform', environmentPlatform_platform - The platform's name.
environmentPlatform_languages :: Lens' EnvironmentPlatform (Maybe [EnvironmentLanguage]) Source #
The list of programming languages that are available for the specified platform.
environmentPlatform_platform :: Lens' EnvironmentPlatform (Maybe PlatformType) Source #
The platform's name.