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