Learn R Programming

paws.analytics (version 0.1.4)

glue_get_user_defined_functions: Retrieves a multiple function definitions from the Data Catalog

Description

Retrieves a multiple function definitions from the Data Catalog.

Usage

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

Arguments

CatalogId

The ID of the Data Catalog where the functions to be retrieved are located. If none is supplied, the AWS account ID is used by default.

DatabaseName

[required] The name of the catalog database where the functions are located.

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.

Request syntax

svc$get_user_defined_functions(
  CatalogId = "string",
  DatabaseName = "string",
  Pattern = "string",
  NextToken = "string",
  MaxResults = 123
)