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