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

Description

 
Synopsis

Documentation

data JobDriver Source #

Specify the driver that the job runs on.

See: newJobDriver smart constructor.

Constructors

JobDriver' 

Fields

Instances

Instances details
Eq JobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.JobDriver

Show JobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.JobDriver

Generic JobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.JobDriver

Associated Types

type Rep JobDriver :: Type -> Type #

NFData JobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.JobDriver

Methods

rnf :: JobDriver -> () #

Hashable JobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.JobDriver

ToJSON JobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.JobDriver

FromJSON JobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.JobDriver

type Rep JobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.JobDriver

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

newJobDriver :: JobDriver Source #

Create a value of JobDriver 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:sparkSubmitJobDriver:JobDriver', jobDriver_sparkSubmitJobDriver - The job driver parameters specified for spark submit.

jobDriver_sparkSubmitJobDriver :: Lens' JobDriver (Maybe SparkSubmitJobDriver) Source #

The job driver parameters specified for spark submit.