glue_create_user_defined_function: Creates a new function definition in the Data Catalog

View source: R/glue_operations.R

glue_create_user_defined_functionR Documentation

Creates a new function definition in the Data Catalog

Description

Creates a new function definition in the Data Catalog.

See https://www.paws-r-sdk.com/docs/glue_create_user_defined_function/ for full documentation.

Usage

glue_create_user_defined_function(
  CatalogId = NULL,
  DatabaseName,
  FunctionInput
)

Arguments

CatalogId

The ID of the Data Catalog in which to create the function. If none is provided, the Amazon Web Services account ID is used by default.

DatabaseName

[required] The name of the catalog database in which to create the function.

FunctionInput

[required] A FunctionInput object that defines the function to create in the Data Catalog.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.