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
- data ImageRepository = ImageRepository' {}
- newImageRepository :: Text -> ImageRepositoryType -> ImageRepository
- imageRepository_imageConfiguration :: Lens' ImageRepository (Maybe ImageConfiguration)
- imageRepository_imageIdentifier :: Lens' ImageRepository Text
- imageRepository_imageRepositoryType :: Lens' ImageRepository ImageRepositoryType
Documentation
data ImageRepository Source #
Describes a source image repository.
See: newImageRepository
smart constructor.
ImageRepository' | |
|
Instances
Create a value of ImageRepository
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:imageConfiguration:ImageRepository'
, imageRepository_imageConfiguration
- Configuration for running the identified image.
$sel:imageIdentifier:ImageRepository'
, imageRepository_imageIdentifier
- The identifier of an image.
For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.
$sel:imageRepositoryType:ImageRepository'
, imageRepository_imageRepositoryType
- The type of the image repository. This reflects the repository provider
and whether the repository is private or public.
imageRepository_imageConfiguration :: Lens' ImageRepository (Maybe ImageConfiguration) Source #
Configuration for running the identified image.
imageRepository_imageIdentifier :: Lens' ImageRepository Text Source #
The identifier of an image.
For an image in Amazon Elastic Container Registry (Amazon ECR), this is an image name. For the image name format, see Pulling an image in the Amazon ECR User Guide.
imageRepository_imageRepositoryType :: Lens' ImageRepository ImageRepositoryType Source #
The type of the image repository. This reflects the repository provider and whether the repository is private or public.