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

Description

 
Synopsis

Documentation

data SparkSubmitJobDriver Source #

The information about job driver for Spark submit.

See: newSparkSubmitJobDriver smart constructor.

Constructors

SparkSubmitJobDriver' 

Fields

Instances

Instances details
Eq SparkSubmitJobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.SparkSubmitJobDriver

Show SparkSubmitJobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.SparkSubmitJobDriver

Generic SparkSubmitJobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.SparkSubmitJobDriver

Associated Types

type Rep SparkSubmitJobDriver :: Type -> Type #

NFData SparkSubmitJobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.SparkSubmitJobDriver

Methods

rnf :: SparkSubmitJobDriver -> () #

Hashable SparkSubmitJobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.SparkSubmitJobDriver

ToJSON SparkSubmitJobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.SparkSubmitJobDriver

FromJSON SparkSubmitJobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.SparkSubmitJobDriver

type Rep SparkSubmitJobDriver Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.SparkSubmitJobDriver

type Rep SparkSubmitJobDriver = D1 ('MetaData "SparkSubmitJobDriver" "Amazonka.EMRContainers.Types.SparkSubmitJobDriver" "libZSservicesZSamazonka-emr-containersZSamazonka-emr-containers" 'False) (C1 ('MetaCons "SparkSubmitJobDriver'" 'PrefixI 'True) (S1 ('MetaSel ('Just "sparkSubmitParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: (S1 ('MetaSel ('Just "entryPointArguments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Sensitive Text])) :*: S1 ('MetaSel ('Just "entryPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)))))

newSparkSubmitJobDriver Source #

Create a value of SparkSubmitJobDriver 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:sparkSubmitParameters:SparkSubmitJobDriver', sparkSubmitJobDriver_sparkSubmitParameters - The Spark submit parameters that are used for job runs.

$sel:entryPointArguments:SparkSubmitJobDriver', sparkSubmitJobDriver_entryPointArguments - The arguments for job application.

$sel:entryPoint:SparkSubmitJobDriver', sparkSubmitJobDriver_entryPoint - The entry point of job application.

sparkSubmitJobDriver_sparkSubmitParameters :: Lens' SparkSubmitJobDriver (Maybe Text) Source #

The Spark submit parameters that are used for job runs.