| 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.ImageBuilder.Types.ImageTestsConfiguration
Description
Documentation
data ImageTestsConfiguration Source #
Configure image tests for your pipeline build. Tests run after building the image, to verify that the AMI or container image is valid before distributing it.
See: newImageTestsConfiguration smart constructor.
Constructors
| ImageTestsConfiguration' | |
Fields
| |
Instances
newImageTestsConfiguration :: ImageTestsConfiguration Source #
Create a value of ImageTestsConfiguration 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:imageTestsEnabled:ImageTestsConfiguration', imageTestsConfiguration_imageTestsEnabled - Determines if tests should run after building the image. Image Builder
defaults to enable tests to run following the image build, before image
distribution.
$sel:timeoutMinutes:ImageTestsConfiguration', imageTestsConfiguration_timeoutMinutes - The maximum time in minutes that tests are permitted to run.
imageTestsConfiguration_imageTestsEnabled :: Lens' ImageTestsConfiguration (Maybe Bool) Source #
Determines if tests should run after building the image. Image Builder defaults to enable tests to run following the image build, before image distribution.
imageTestsConfiguration_timeoutMinutes :: Lens' ImageTestsConfiguration (Maybe Natural) Source #
The maximum time in minutes that tests are permitted to run.