amazonka-emr-2.0: Amazon EMR 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.EMR.Types.BootstrapActionConfig

Description

 
Synopsis

Documentation

data BootstrapActionConfig Source #

Configuration of a bootstrap action.

See: newBootstrapActionConfig smart constructor.

Constructors

BootstrapActionConfig' 

Fields

Instances

Instances details
ToJSON BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Generic BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Associated Types

type Rep BootstrapActionConfig :: Type -> Type #

Read BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Show BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

NFData BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Methods

rnf :: BootstrapActionConfig -> () #

Eq BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Hashable BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

type Rep BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

type Rep BootstrapActionConfig = D1 ('MetaData "BootstrapActionConfig" "Amazonka.EMR.Types.BootstrapActionConfig" "amazonka-emr-2.0-B3cWhP6sdymF3IBUMdPGcd" 'False) (C1 ('MetaCons "BootstrapActionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scriptBootstrapAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScriptBootstrapActionConfig)))

newBootstrapActionConfig Source #

Create a value of BootstrapActionConfig 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:name:BootstrapActionConfig', bootstrapActionConfig_name - The name of the bootstrap action.

$sel:scriptBootstrapAction:BootstrapActionConfig', bootstrapActionConfig_scriptBootstrapAction - The script run by the bootstrap action.