| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EMRContainers.Types.TemplateParameterConfiguration
Description
Synopsis
- data TemplateParameterConfiguration = TemplateParameterConfiguration' {}
- newTemplateParameterConfiguration :: TemplateParameterConfiguration
- templateParameterConfiguration_defaultValue :: Lens' TemplateParameterConfiguration (Maybe Text)
- templateParameterConfiguration_type :: Lens' TemplateParameterConfiguration (Maybe TemplateParameterDataType)
Documentation
data TemplateParameterConfiguration Source #
The configuration of a job template parameter.
See: newTemplateParameterConfiguration smart constructor.
Constructors
| TemplateParameterConfiguration' | |
Fields
| |
Instances
newTemplateParameterConfiguration :: TemplateParameterConfiguration Source #
Create a value of TemplateParameterConfiguration 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:defaultValue:TemplateParameterConfiguration', templateParameterConfiguration_defaultValue - The default value for the job template parameter.
$sel:type':TemplateParameterConfiguration', templateParameterConfiguration_type - The type of the job template parameter. Allowed values are: ‘String’,
‘Number’.
templateParameterConfiguration_defaultValue :: Lens' TemplateParameterConfiguration (Maybe Text) Source #
The default value for the job template parameter.
templateParameterConfiguration_type :: Lens' TemplateParameterConfiguration (Maybe TemplateParameterDataType) Source #
The type of the job template parameter. Allowed values are: ‘String’, ‘Number’.