Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Instances
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.