amazonka-emr-serverless-2.0: Amazon EMR Serverless 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.EMRServerless.Types.WorkerTypeSpecification

Description

 
Synopsis

Documentation

data WorkerTypeSpecification Source #

The specifications for a worker type.

See: newWorkerTypeSpecification smart constructor.

Constructors

WorkerTypeSpecification' 

Fields

Instances

Instances details
FromJSON WorkerTypeSpecification Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecification

Generic WorkerTypeSpecification Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecification

Associated Types

type Rep WorkerTypeSpecification :: Type -> Type #

Read WorkerTypeSpecification Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecification

Show WorkerTypeSpecification Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecification

NFData WorkerTypeSpecification Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecification

Methods

rnf :: WorkerTypeSpecification -> () #

Eq WorkerTypeSpecification Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecification

Hashable WorkerTypeSpecification Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecification

type Rep WorkerTypeSpecification Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecification

type Rep WorkerTypeSpecification = D1 ('MetaData "WorkerTypeSpecification" "Amazonka.EMRServerless.Types.WorkerTypeSpecification" "amazonka-emr-serverless-2.0-Zw6ehwruaDFJFsqn31iYt" 'False) (C1 ('MetaCons "WorkerTypeSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ImageConfiguration))))

newWorkerTypeSpecification :: WorkerTypeSpecification Source #

Create a value of WorkerTypeSpecification 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:imageConfiguration:WorkerTypeSpecification', workerTypeSpecification_imageConfiguration - The image configuration for a worker type.