Retrieves a specified function definition from the Data Catalog.
glue_get_user_defined_function(CatalogId, DatabaseName, FunctionName)
The ID of the Data Catalog where the function to be retrieved is located. If none is provided, the AWS account ID is used by default.
[required] The name of the catalog database where the function is located.
[required] The name of the function.
svc$get_user_defined_function( CatalogId = "string", DatabaseName = "string", FunctionName = "string" )