Retrieves 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 provided, the AWS account ID is used by default.
The name of the catalog database where the functions are located. If none is provided, functions from all the databases across the catalog will be returned.
[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 )