| 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.ECR.Types.Image
Description
Synopsis
- data Image = Image' {}
- newImage :: Image
- image_imageId :: Lens' Image (Maybe ImageIdentifier)
- image_imageManifest :: Lens' Image (Maybe Text)
- image_imageManifestMediaType :: Lens' Image (Maybe Text)
- image_registryId :: Lens' Image (Maybe Text)
- image_repositoryName :: Lens' Image (Maybe Text)
Documentation
An object representing an Amazon ECR image.
See: newImage smart constructor.
Constructors
| Image' | |
Fields
| |
Instances
Create a value of Image 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:imageId:Image', image_imageId - An object containing the image tag and image digest associated with an
image.
$sel:imageManifest:Image', image_imageManifest - The image manifest associated with the image.
$sel:imageManifestMediaType:Image', image_imageManifestMediaType - The manifest media type of the image.
$sel:registryId:Image', image_registryId - The Amazon Web Services account ID associated with the registry
containing the image.
$sel:repositoryName:Image', image_repositoryName - The name of the repository associated with the image.
image_imageId :: Lens' Image (Maybe ImageIdentifier) Source #
An object containing the image tag and image digest associated with an image.
image_imageManifest :: Lens' Image (Maybe Text) Source #
The image manifest associated with the image.
image_imageManifestMediaType :: Lens' Image (Maybe Text) Source #
The manifest media type of the image.