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

Description

 
Synopsis

Documentation

data WorkerTypeSpecificationInput Source #

The specifications for a worker type.

See: newWorkerTypeSpecificationInput smart constructor.

Constructors

WorkerTypeSpecificationInput' 

Fields

Instances

Instances details
ToJSON WorkerTypeSpecificationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecificationInput

Generic WorkerTypeSpecificationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecificationInput

Associated Types

type Rep WorkerTypeSpecificationInput :: Type -> Type #

Read WorkerTypeSpecificationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecificationInput

Show WorkerTypeSpecificationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecificationInput

NFData WorkerTypeSpecificationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecificationInput

Eq WorkerTypeSpecificationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecificationInput

Hashable WorkerTypeSpecificationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecificationInput

type Rep WorkerTypeSpecificationInput Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.WorkerTypeSpecificationInput

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

newWorkerTypeSpecificationInput :: WorkerTypeSpecificationInput Source #

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