DynamicTransform - AWS Glue

DynamicTransform

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

Contents

FunctionName

Specifies the name of the function of the dynamic transform.

Type: String

Pattern: ([\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF]|[^\S\r\n"'])*

Required: Yes

Inputs

Specifies the inputs for the dynamic transform that are required.

Type: Array of strings

Array Members: Fixed number of 1 item.

Pattern: [A-Za-z0-9_-]*

Required: Yes

Name

Specifies the name of the dynamic transform.

Type: String

Pattern: ([\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF]|[^\S\r\n"'])*

Required: Yes

Path

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

Type: String

Pattern: ([\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF]|[^\S\r\n"'])*

Required: Yes

TransformName

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

Type: String

Pattern: ([\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF]|[^\S\r\n"'])*

Required: Yes

OutputSchemas

Specifies the data schema for the dynamic transform.

Type: Array of GlueSchema objects

Required: No

Parameters

Specifies the parameters of the dynamic transform.

Type: Array of TransformConfigParameter objects

Required: No

Version

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

Type: String

Pattern: ([\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF]|[^\S\r\n"'])*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: