| 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.OutputResources
Description
Synopsis
Documentation
data OutputResources Source #
The resources produced by this image.
See: newOutputResources smart constructor.
Constructors
| OutputResources' | |
Instances
newOutputResources :: OutputResources Source #
Create a value of OutputResources 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:amis:OutputResources', outputResources_amis - The Amazon EC2 AMIs created by this image.
$sel:containers:OutputResources', outputResources_containers - Container images that the pipeline has generated and stored in the
output repository.
outputResources_amis :: Lens' OutputResources (Maybe [Ami]) Source #
The Amazon EC2 AMIs created by this image.
outputResources_containers :: Lens' OutputResources (Maybe [Container]) Source #
Container images that the pipeline has generated and stored in the output repository.