| 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.Glue.Types.TransformConfigParameter
Description
Synopsis
- data TransformConfigParameter = TransformConfigParameter' {}
- newTransformConfigParameter :: Text -> ParamType -> TransformConfigParameter
- transformConfigParameter_isOptional :: Lens' TransformConfigParameter (Maybe Bool)
- transformConfigParameter_listType :: Lens' TransformConfigParameter (Maybe ParamType)
- transformConfigParameter_validationMessage :: Lens' TransformConfigParameter (Maybe Text)
- transformConfigParameter_validationRule :: Lens' TransformConfigParameter (Maybe Text)
- transformConfigParameter_value :: Lens' TransformConfigParameter (Maybe [Text])
- transformConfigParameter_name :: Lens' TransformConfigParameter Text
- transformConfigParameter_type :: Lens' TransformConfigParameter ParamType
Documentation
data TransformConfigParameter Source #
Specifies the parameters in the config file of the dynamic transform.
See: newTransformConfigParameter smart constructor.
Constructors
| TransformConfigParameter' | |
Fields
| |
Instances
newTransformConfigParameter Source #
Arguments
| :: Text | |
| -> ParamType | |
| -> TransformConfigParameter |
Create a value of TransformConfigParameter 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:isOptional:TransformConfigParameter', transformConfigParameter_isOptional - Specifies whether the parameter is optional or not in the config file of
the dynamic transform.
$sel:listType:TransformConfigParameter', transformConfigParameter_listType - Specifies the list type of the parameter in the config file of the
dynamic transform.
$sel:validationMessage:TransformConfigParameter', transformConfigParameter_validationMessage - Specifies the validation message in the config file of the dynamic
transform.
$sel:validationRule:TransformConfigParameter', transformConfigParameter_validationRule - Specifies the validation rule in the config file of the dynamic
transform.
$sel:value:TransformConfigParameter', transformConfigParameter_value - Specifies the value of the parameter in the config file of the dynamic
transform.
$sel:name:TransformConfigParameter', transformConfigParameter_name - Specifies the name of the parameter in the config file of the dynamic
transform.
$sel:type':TransformConfigParameter', transformConfigParameter_type - Specifies the parameter type in the config file of the dynamic
transform.
transformConfigParameter_isOptional :: Lens' TransformConfigParameter (Maybe Bool) Source #
Specifies whether the parameter is optional or not in the config file of the dynamic transform.
transformConfigParameter_listType :: Lens' TransformConfigParameter (Maybe ParamType) Source #
Specifies the list type of the parameter in the config file of the dynamic transform.
transformConfigParameter_validationMessage :: Lens' TransformConfigParameter (Maybe Text) Source #
Specifies the validation message in the config file of the dynamic transform.
transformConfigParameter_validationRule :: Lens' TransformConfigParameter (Maybe Text) Source #
Specifies the validation rule in the config file of the dynamic transform.
transformConfigParameter_value :: Lens' TransformConfigParameter (Maybe [Text]) Source #
Specifies the value of the parameter in the config file of the dynamic transform.
transformConfigParameter_name :: Lens' TransformConfigParameter Text Source #
Specifies the name of the parameter in the config file of the dynamic transform.
transformConfigParameter_type :: Lens' TransformConfigParameter ParamType Source #
Specifies the parameter type in the config file of the dynamic transform.