AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.UserDefinedFunctionInput

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class UserDefinedFunctionInput

The UserDefinedFunctionInput type exposes the following members

Constructors

NameDescription
Public Method UserDefinedFunctionInput()

Properties

NameTypeDescription
Public Property ClassName System.String

Gets and sets the property ClassName.

The Java class that contains the function code.

Public Property FunctionName System.String

Gets and sets the property FunctionName.

The name of the function.

Public Property OwnerName System.String

Gets and sets the property OwnerName.

The owner of the function.

Public Property OwnerType Amazon.Glue.PrincipalType

Gets and sets the property OwnerType.

The owner type.

Public Property ResourceUris System.Collections.Generic.List<Amazon.Glue.Model.ResourceUri>

Gets and sets the property ResourceUris.

The resource URIs for the function.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5