amazonka-batch-2.0: Amazon Batch SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Batch.Types.EksPropertiesDetail

Description

 
Synopsis

Documentation

data EksPropertiesDetail Source #

An object that contains the details for the Kubernetes resources of a job.

See: newEksPropertiesDetail smart constructor.

Constructors

EksPropertiesDetail' 

Fields

Instances

Instances details
FromJSON EksPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.EksPropertiesDetail

Generic EksPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.EksPropertiesDetail

Associated Types

type Rep EksPropertiesDetail :: Type -> Type #

Read EksPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.EksPropertiesDetail

Show EksPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.EksPropertiesDetail

NFData EksPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.EksPropertiesDetail

Methods

rnf :: EksPropertiesDetail -> () #

Eq EksPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.EksPropertiesDetail

Hashable EksPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.EksPropertiesDetail

type Rep EksPropertiesDetail Source # 
Instance details

Defined in Amazonka.Batch.Types.EksPropertiesDetail

type Rep EksPropertiesDetail = D1 ('MetaData "EksPropertiesDetail" "Amazonka.Batch.Types.EksPropertiesDetail" "amazonka-batch-2.0-Ey2VZ5obnq65VwmlrJ2r2K" 'False) (C1 ('MetaCons "EksPropertiesDetail'" 'PrefixI 'True) (S1 ('MetaSel ('Just "podProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EksPodPropertiesDetail))))

newEksPropertiesDetail :: EksPropertiesDetail Source #

Create a value of EksPropertiesDetail 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:podProperties:EksPropertiesDetail', eksPropertiesDetail_podProperties - The properties for the Kubernetes pod resources of a job.

eksPropertiesDetail_podProperties :: Lens' EksPropertiesDetail (Maybe EksPodPropertiesDetail) Source #

The properties for the Kubernetes pod resources of a job.