| 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.Lightsail.Types.ContainerImage
Description
Documentation
data ContainerImage Source #
Describes a container image that is registered to an Amazon Lightsail container service.
See: newContainerImage smart constructor.
Constructors
| ContainerImage' | |
Instances
newContainerImage :: ContainerImage Source #
Create a value of ContainerImage 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:createdAt:ContainerImage', containerImage_createdAt - The timestamp when the container image was created.
$sel:digest:ContainerImage', containerImage_digest - The digest of the container image.
$sel:image:ContainerImage', containerImage_image - The name of the container image.
containerImage_createdAt :: Lens' ContainerImage (Maybe UTCTime) Source #
The timestamp when the container image was created.
containerImage_digest :: Lens' ContainerImage (Maybe Text) Source #
The digest of the container image.
containerImage_image :: Lens' ContainerImage (Maybe Text) Source #
The name of the container image.