Delete User Defined Function
glue_delete_user_defined_function | R Documentation |
Deletes an existing function definition from the Data Catalog¶
Description¶
Deletes an existing function definition from the Data Catalog.
Usage¶
glue_delete_user_defined_function(CatalogId, DatabaseName, FunctionName)
Arguments¶
CatalogId |
The ID of the Data Catalog where the function to be deleted is located. If none is supplied, the Amazon Web Services account ID is used by default. |
DatabaseName |
[required] The name of the catalog database where the function is located. |
FunctionName |
[required] The name of the function definition to be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_user_defined_function(
CatalogId = "string",
DatabaseName = "string",
FunctionName = "string"
)