Retrieves a multiple function definitions from the Data Catalog.
glue_get_user_defined_functions(CatalogId, DatabaseName, Pattern,
NextToken, MaxResults)
The ID of the Data Catalog where the functions to be retrieved are located. If none is supplied, the AWS account ID is used by default.
[required] The name of the catalog database where the functions are located.
[required] An optional function-name pattern string that filters the function definitions returned.
A continuation token, if this is a continuation call.
The maximum number of functions to return in one response.
svc$get_user_defined_functions( CatalogId = "string", DatabaseName = "string", Pattern = "string", NextToken = "string", MaxResults = 123 )