Updates an existing function definition in the Data Catalog
Source:R/glue_operations.R
glue_update_user_defined_function.RdUpdates an existing function definition in the Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_update_user_defined_function/ for full documentation.
Usage
glue_update_user_defined_function(
CatalogId = NULL,
DatabaseName,
FunctionName,
FunctionInput
)Arguments
- CatalogId
The ID of the Data Catalog where the function to be updated is located. If none is provided, the Amazon Web Services account ID is used by default.
- DatabaseName
[required] The name of the catalog database where the function to be updated is located.
- FunctionName
[required] The name of the function.
- FunctionInput
[required] A
FunctionInputobject that redefines the function in the Data Catalog.