TransformConfigParameter - AWS Glue

TransformConfigParameter

Specifies the parameters in the config file of the dynamic transform.

Contents

Name

Specifies the name of the parameter in the config file of the dynamic transform.

Type: String

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

Required: Yes

Type

Specifies the parameter type in the config file of the dynamic transform.

Type: String

Valid Values: str | int | float | complex | bool | list | null

Required: Yes

IsOptional

Specifies whether the parameter is optional or not in the config file of the dynamic transform.

Type: Boolean

Required: No

ListType

Specifies the list type of the parameter in the config file of the dynamic transform.

Type: String

Valid Values: str | int | float | complex | bool | list | null

Required: No

ValidationMessage

Specifies the validation message in the config file of the dynamic transform.

Type: String

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

Required: No

ValidationRule

Specifies the validation rule in the config file of the dynamic transform.

Type: String

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

Required: No

Value

Specifies the value of the parameter in the config file of the dynamic transform.

Type: Array of strings

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: