amazonka-glue-2.0: Amazon Glue 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.Glue.Types.DynamicTransform

Description

 
Synopsis

Documentation

data DynamicTransform Source #

Specifies the set of parameters needed to perform the dynamic transform.

See: newDynamicTransform smart constructor.

Constructors

DynamicTransform' 

Fields

Instances

Instances details
FromJSON DynamicTransform Source # 
Instance details

Defined in Amazonka.Glue.Types.DynamicTransform

ToJSON DynamicTransform Source # 
Instance details

Defined in Amazonka.Glue.Types.DynamicTransform

Generic DynamicTransform Source # 
Instance details

Defined in Amazonka.Glue.Types.DynamicTransform

Associated Types

type Rep DynamicTransform :: Type -> Type #

Read DynamicTransform Source # 
Instance details

Defined in Amazonka.Glue.Types.DynamicTransform

Show DynamicTransform Source # 
Instance details

Defined in Amazonka.Glue.Types.DynamicTransform

NFData DynamicTransform Source # 
Instance details

Defined in Amazonka.Glue.Types.DynamicTransform

Methods

rnf :: DynamicTransform -> () #

Eq DynamicTransform Source # 
Instance details

Defined in Amazonka.Glue.Types.DynamicTransform

Hashable DynamicTransform Source # 
Instance details

Defined in Amazonka.Glue.Types.DynamicTransform

type Rep DynamicTransform Source # 
Instance details

Defined in Amazonka.Glue.Types.DynamicTransform

newDynamicTransform Source #

Create a value of DynamicTransform 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:parameters:DynamicTransform', dynamicTransform_parameters - Specifies the parameters of the dynamic transform.

$sel:version:DynamicTransform', dynamicTransform_version - This field is not used and will be deprecated in future release.

DynamicTransform, dynamicTransform_name - Specifies the name of the dynamic transform.

$sel:transformName:DynamicTransform', dynamicTransform_transformName - Specifies the name of the dynamic transform as it appears in the Glue Studio visual editor.

$sel:inputs:DynamicTransform', dynamicTransform_inputs - Specifies the inputs for the dynamic transform that are required.

$sel:functionName:DynamicTransform', dynamicTransform_functionName - Specifies the name of the function of the dynamic transform.

$sel:path:DynamicTransform', dynamicTransform_path - Specifies the path of the dynamic transform source and config files.

dynamicTransform_parameters :: Lens' DynamicTransform (Maybe [TransformConfigParameter]) Source #

Specifies the parameters of the dynamic transform.

dynamicTransform_version :: Lens' DynamicTransform (Maybe Text) Source #

This field is not used and will be deprecated in future release.

dynamicTransform_name :: Lens' DynamicTransform Text Source #

Specifies the name of the dynamic transform.

dynamicTransform_transformName :: Lens' DynamicTransform Text Source #

Specifies the name of the dynamic transform as it appears in the Glue Studio visual editor.

dynamicTransform_inputs :: Lens' DynamicTransform (NonEmpty Text) Source #

Specifies the inputs for the dynamic transform that are required.

dynamicTransform_functionName :: Lens' DynamicTransform Text Source #

Specifies the name of the function of the dynamic transform.

dynamicTransform_path :: Lens' DynamicTransform Text Source #

Specifies the path of the dynamic transform source and config files.