libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ImageBuilder.Types.ContainerRecipeSummary

Description

 
Synopsis

Documentation

data ContainerRecipeSummary Source #

A summary of a container recipe

See: newContainerRecipeSummary smart constructor.

Constructors

ContainerRecipeSummary' 

Fields

Instances

Instances details
Eq ContainerRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerRecipeSummary

Read ContainerRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerRecipeSummary

Show ContainerRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerRecipeSummary

Generic ContainerRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerRecipeSummary

Associated Types

type Rep ContainerRecipeSummary :: Type -> Type #

NFData ContainerRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerRecipeSummary

Methods

rnf :: ContainerRecipeSummary -> () #

Hashable ContainerRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerRecipeSummary

FromJSON ContainerRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerRecipeSummary

type Rep ContainerRecipeSummary Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.ContainerRecipeSummary

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_dateCreated :: Lens' ContainerRecipeSummary (Maybe Text) Source #

The date when this container recipe was created.

containerRecipeSummary_tags :: Lens' ContainerRecipeSummary (Maybe (HashMap Text Text)) Source #

Tags that are attached to the container recipe.