AWS Glue User Defined Function
This page shows how to write Terraform for AWS Glue User Defined Function and write them securely.
aws_glue_user_defined_function (Terraform)
The User Defined Function in AWS Glue can be configured in Terraform with the resource name aws_glue_user_defined_function. The following sections describe how to use the resource and its parameters.
Example Usage from GitHub
An example could not be found in GitHub.
Parameters
-
arnoptional computed - string -
catalog_idoptional - string -
class_namerequired - string -
create_timeoptional computed - string -
database_namerequired - string -
idoptional computed - string -
namerequired - string -
owner_namerequired - string -
owner_typerequired - string -
resource_urisset block-
resource_typerequired - string -
urirequired - string
-
Explanation in Terraform Registry
Provides a Glue User Defined Function Resource.
CloudFormation Example
CloudFormation code does not have the related resource.