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.EksProperties

Description

 
Synopsis

Documentation

data EksProperties Source #

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

See: newEksProperties smart constructor.

Constructors

EksProperties' 

Fields

Instances

Instances details
FromJSON EksProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.EksProperties

ToJSON EksProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.EksProperties

Generic EksProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.EksProperties

Associated Types

type Rep EksProperties :: Type -> Type #

Read EksProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.EksProperties

Show EksProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.EksProperties

NFData EksProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.EksProperties

Methods

rnf :: EksProperties -> () #

Eq EksProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.EksProperties

Hashable EksProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.EksProperties

type Rep EksProperties Source # 
Instance details

Defined in Amazonka.Batch.Types.EksProperties

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

newEksProperties :: EksProperties Source #

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

eksProperties_podProperties :: Lens' EksProperties (Maybe EksPodProperties) Source #

The properties for the Kubernetes pod resources of a job.