UserDefinedFunction - AWS Glue

UserDefinedFunction

Represents the equivalent of a Hive user-defined function (UDF) definition.

Contents

CatalogId

The ID of the Data Catalog in which the function resides.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Required: No

ClassName

The Java class that contains the function code.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Required: No

CreateTime

The time at which the function was created.

Type: Timestamp

Required: No

DatabaseName

The name of the catalog database that contains the function.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Required: No

FunctionName

The name of the function.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Required: No

OwnerName

The owner of the function.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 255.

Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*

Required: No

OwnerType

The owner type.

Type: String

Valid Values: USER | ROLE | GROUP

Required: No

ResourceUris

The resource URIs for the function.

Type: Array of ResourceUri objects

Array Members: Minimum number of 0 items. Maximum number of 1000 items.

Required: No

See Also

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