libZSservicesZSamazonka-emrZSamazonka-emr
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.EMR.Types.ScriptBootstrapActionConfig

Description

 
Synopsis

Documentation

data ScriptBootstrapActionConfig Source #

Configuration of the script to run during a bootstrap action.

See: newScriptBootstrapActionConfig smart constructor.

Constructors

ScriptBootstrapActionConfig' 

Fields

  • args :: Maybe [Text]

    A list of command line arguments to pass to the bootstrap action script.

  • path :: Text

    Location in Amazon S3 of the script to run during a bootstrap action.

Instances

Instances details
Eq ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

Read ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

Show ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

Generic ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

Associated Types

type Rep ScriptBootstrapActionConfig :: Type -> Type #

NFData ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

Hashable ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

ToJSON ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

type Rep ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

type Rep ScriptBootstrapActionConfig = D1 ('MetaData "ScriptBootstrapActionConfig" "Amazonka.EMR.Types.ScriptBootstrapActionConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ScriptBootstrapActionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "args") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newScriptBootstrapActionConfig Source #

Create a value of ScriptBootstrapActionConfig 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:args:ScriptBootstrapActionConfig', scriptBootstrapActionConfig_args - A list of command line arguments to pass to the bootstrap action script.

$sel:path:ScriptBootstrapActionConfig', scriptBootstrapActionConfig_path - Location in Amazon S3 of the script to run during a bootstrap action.

scriptBootstrapActionConfig_args :: Lens' ScriptBootstrapActionConfig (Maybe [Text]) Source #

A list of command line arguments to pass to the bootstrap action script.

scriptBootstrapActionConfig_path :: Lens' ScriptBootstrapActionConfig Text Source #

Location in Amazon S3 of the script to run during a bootstrap action.