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

Description

 
Synopsis

Documentation

data BootstrapActionConfig Source #

Configuration of a bootstrap action.

See: newBootstrapActionConfig smart constructor.

Constructors

BootstrapActionConfig' 

Fields

Instances

Instances details
Eq BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Read BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Show 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 #

NFData BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Methods

rnf :: BootstrapActionConfig -> () #

Hashable BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

ToJSON 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" "libZSservicesZSamazonka-emrZSamazonka-emr" '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.