aws.glue.get_user_defined_functions
Example SQL Queries
SELECT * FROMaws.glue.get_user_defined_functionsWHERE"pattern" = 'VALUE';Description
Retrieves multiple function definitions from the Data Catalog.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pattern Required Input Column An optional function-name pattern string that filters the function definitions returned. | VARCHAR |
| catalog_id Input Column The ID of the Data Catalog in which the function resides. | VARCHAR |
| database_name Input Column The name of the catalog database that contains the function. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| class_name The Java class that contains the function code. | VARCHAR |
| create_time The time at which the function was created. | TIMESTAMP_S |
| function_name The name of the function. | VARCHAR |
| owner_name The owner of the function. | VARCHAR |
| owner_type The owner type. | VARCHAR |
| resource_uris The resource URIs for the function. | STRUCT( |
Show child fields
| |