class Aws::Glue::Types::UserDefinedFunctionInput

A structure used to create or update a user-defined function.

@note When making an API call, you may pass UserDefinedFunctionInput

data as a hash:

    {
      function_name: "NameString",
      class_name: "NameString",
      owner_name: "NameString",
      owner_type: "USER", # accepts USER, ROLE, GROUP
      resource_uris: [
        {
          resource_type: "JAR", # accepts JAR, FILE, ARCHIVE
          uri: "URI",
        },
      ],
    }

@!attribute [rw] function_name

The name of the function.
@return [String]

@!attribute [rw] class_name

The Java class that contains the function code.
@return [String]

@!attribute [rw] owner_name

The owner of the function.
@return [String]

@!attribute [rw] owner_type

The owner type.
@return [String]

@!attribute [rw] resource_uris

The resource URIs for the function.
@return [Array<Types::ResourceUri>]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UserDefinedFunctionInput AWS API Documentation

Constants

SENSITIVE