amazonka-emr-containers-2.0: Amazon EMR Containers 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.EMRContainers.Types.TemplateParameterConfiguration

Description

 
Synopsis

Documentation

data TemplateParameterConfiguration Source #

The configuration of a job template parameter.

See: newTemplateParameterConfiguration smart constructor.

Constructors

TemplateParameterConfiguration' 

Fields

Instances

Instances details
FromJSON TemplateParameterConfiguration Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.TemplateParameterConfiguration

ToJSON TemplateParameterConfiguration Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.TemplateParameterConfiguration

Generic TemplateParameterConfiguration Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.TemplateParameterConfiguration

Associated Types

type Rep TemplateParameterConfiguration :: Type -> Type #

Read TemplateParameterConfiguration Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.TemplateParameterConfiguration

Show TemplateParameterConfiguration Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.TemplateParameterConfiguration

NFData TemplateParameterConfiguration Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.TemplateParameterConfiguration

Eq TemplateParameterConfiguration Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.TemplateParameterConfiguration

Hashable TemplateParameterConfiguration Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.TemplateParameterConfiguration

type Rep TemplateParameterConfiguration Source # 
Instance details

Defined in Amazonka.EMRContainers.Types.TemplateParameterConfiguration

type Rep TemplateParameterConfiguration = D1 ('MetaData "TemplateParameterConfiguration" "Amazonka.EMRContainers.Types.TemplateParameterConfiguration" "amazonka-emr-containers-2.0-IoSteTibWXL7DljQZKPB8n" 'False) (C1 ('MetaCons "TemplateParameterConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "defaultValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TemplateParameterDataType))))

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_type :: Lens' TemplateParameterConfiguration (Maybe TemplateParameterDataType) Source #

The type of the job template parameter. Allowed values are: ‘String’, ‘Number’.