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 ContainerRecipeSummary = ContainerRecipeSummary' {}
- newContainerRecipeSummary :: ContainerRecipeSummary
- containerRecipeSummary_containerType :: Lens' ContainerRecipeSummary (Maybe ContainerType)
- containerRecipeSummary_platform :: Lens' ContainerRecipeSummary (Maybe Platform)
- containerRecipeSummary_arn :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_parentImage :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_owner :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_dateCreated :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_name :: Lens' ContainerRecipeSummary (Maybe Text)
- containerRecipeSummary_tags :: Lens' ContainerRecipeSummary (Maybe (HashMap Text Text))
Documentation
data ContainerRecipeSummary Source #
A summary of a container recipe
See: newContainerRecipeSummary
smart constructor.
ContainerRecipeSummary' | |
|
Instances
newContainerRecipeSummary :: ContainerRecipeSummary Source #
Create a value of ContainerRecipeSummary
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:containerType:ContainerRecipeSummary'
, containerRecipeSummary_containerType
- Specifies the type of container, such as "Docker".
$sel:platform:ContainerRecipeSummary'
, containerRecipeSummary_platform
- The system platform for the container, such as Windows or Linux.
$sel:arn:ContainerRecipeSummary'
, containerRecipeSummary_arn
- The Amazon Resource Name (ARN) of the container recipe.
$sel:parentImage:ContainerRecipeSummary'
, containerRecipeSummary_parentImage
- The base image for the container recipe.
$sel:owner:ContainerRecipeSummary'
, containerRecipeSummary_owner
- The owner of the container recipe.
$sel:dateCreated:ContainerRecipeSummary'
, containerRecipeSummary_dateCreated
- The date when this container recipe was created.
$sel:name:ContainerRecipeSummary'
, containerRecipeSummary_name
- The name of the container recipe.
$sel:tags:ContainerRecipeSummary'
, containerRecipeSummary_tags
- Tags that are attached to the container recipe.
containerRecipeSummary_containerType :: Lens' ContainerRecipeSummary (Maybe ContainerType) Source #
Specifies the type of container, such as "Docker".
containerRecipeSummary_platform :: Lens' ContainerRecipeSummary (Maybe Platform) Source #
The system platform for the container, such as Windows or Linux.
containerRecipeSummary_arn :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the container recipe.
containerRecipeSummary_parentImage :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The base image for the container recipe.
containerRecipeSummary_owner :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The owner of the container recipe.
containerRecipeSummary_dateCreated :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The date when this container recipe was created.
containerRecipeSummary_name :: Lens' ContainerRecipeSummary (Maybe Text) Source #
The name of the container recipe.
containerRecipeSummary_tags :: Lens' ContainerRecipeSummary (Maybe (HashMap Text Text)) Source #
Tags that are attached to the container recipe.