libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers
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.EMRContainers.Types.ContainerInfo

Description

 
Synopsis

Documentation

data ContainerInfo Source #

The information about the container used for a job run or a managed endpoint.

See: newContainerInfo smart constructor.

Constructors

ContainerInfo' 

Fields

Instances

Instances details
Eq ContainerInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerInfo

Read ContainerInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerInfo

Show ContainerInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerInfo

Generic ContainerInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerInfo

Associated Types

type Rep ContainerInfo :: Type -> Type #

NFData ContainerInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerInfo

Methods

rnf :: ContainerInfo -> () #

Hashable ContainerInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerInfo

ToJSON ContainerInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerInfo

FromJSON ContainerInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerInfo

type Rep ContainerInfo Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.ContainerInfo

type Rep ContainerInfo = D1 ('MetaData "ContainerInfo" "Amazonka.EMRContainers.Types.ContainerInfo" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "ContainerInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eksInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EksInfo))))

newContainerInfo :: ContainerInfo Source #

Create a value of ContainerInfo 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:eksInfo:ContainerInfo', containerInfo_eksInfo - The information about the EKS cluster.

containerInfo_eksInfo :: Lens' ContainerInfo (Maybe EksInfo) Source #

The information about the EKS cluster.