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