glue_get_user_defined_functions: Retrieves multiple function definitions from the Data Catalog

View source: R/glue_operations.R

glue_get_user_defined_functionsR Documentation

Retrieves multiple function definitions from the Data Catalog

Description

Retrieves multiple function definitions from the Data Catalog.

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

Usage

glue_get_user_defined_functions(
  CatalogId = NULL,
  DatabaseName = NULL,
  Pattern,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

CatalogId

The ID of the Data Catalog where the functions to be retrieved are located. If none is provided, the Amazon Web Services account ID is used by default.

DatabaseName

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.

Pattern

[required] An optional function-name pattern string that filters the function definitions returned.

NextToken

A continuation token, if this is a continuation call.

MaxResults

The maximum number of functions to return in one response.


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