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

Description

 
Synopsis

Documentation

data SupportedProductConfig Source #

The list of supported product configurations that allow user-supplied arguments. EMR accepts these arguments and forwards them to the corresponding installation script as bootstrap action arguments.

See: newSupportedProductConfig smart constructor.

Constructors

SupportedProductConfig' 

Fields

Instances

Instances details
Eq SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

Read SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

Show SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

Generic SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

Associated Types

type Rep SupportedProductConfig :: Type -> Type #

NFData SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

Methods

rnf :: SupportedProductConfig -> () #

Hashable SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

ToJSON SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

type Rep SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

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

newSupportedProductConfig :: SupportedProductConfig Source #

Create a value of SupportedProductConfig 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:SupportedProductConfig', supportedProductConfig_args - The list of user-supplied arguments.

$sel:name:SupportedProductConfig', supportedProductConfig_name - The name of the product configuration.

supportedProductConfig_args :: Lens' SupportedProductConfig (Maybe [Text]) Source #

The list of user-supplied arguments.

supportedProductConfig_name :: Lens' SupportedProductConfig (Maybe Text) Source #

The name of the product configuration.