libZSservicesZSamazonka-glueZSamazonka-glue
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Glue.Types.UserDefinedFunction

Description

 
Synopsis

Documentation

data UserDefinedFunction Source #

Represents the equivalent of a Hive user-defined function (UDF) definition.

See: newUserDefinedFunction smart constructor.

Constructors

UserDefinedFunction' 

Fields

Instances

Instances details
Eq UserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.Types.UserDefinedFunction

Read UserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.Types.UserDefinedFunction

Show UserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.Types.UserDefinedFunction

Generic UserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.Types.UserDefinedFunction

Associated Types

type Rep UserDefinedFunction :: Type -> Type #

NFData UserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.Types.UserDefinedFunction

Methods

rnf :: UserDefinedFunction -> () #

Hashable UserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.Types.UserDefinedFunction

FromJSON UserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.Types.UserDefinedFunction

type Rep UserDefinedFunction Source # 
Instance details

Defined in Amazonka.Glue.Types.UserDefinedFunction

newUserDefinedFunction :: UserDefinedFunction Source #

Create a value of UserDefinedFunction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ownerName:UserDefinedFunction', userDefinedFunction_ownerName - The owner of the function.

$sel:catalogId:UserDefinedFunction', userDefinedFunction_catalogId - The ID of the Data Catalog in which the function resides.

$sel:resourceUris:UserDefinedFunction', userDefinedFunction_resourceUris - The resource URIs for the function.

$sel:databaseName:UserDefinedFunction', userDefinedFunction_databaseName - The name of the catalog database that contains the function.

$sel:functionName:UserDefinedFunction', userDefinedFunction_functionName - The name of the function.

$sel:ownerType:UserDefinedFunction', userDefinedFunction_ownerType - The owner type.

$sel:createTime:UserDefinedFunction', userDefinedFunction_createTime - The time at which the function was created.

$sel:className:UserDefinedFunction', userDefinedFunction_className - The Java class that contains the function code.

userDefinedFunction_catalogId :: Lens' UserDefinedFunction (Maybe Text) Source #

The ID of the Data Catalog in which the function resides.

userDefinedFunction_databaseName :: Lens' UserDefinedFunction (Maybe Text) Source #

The name of the catalog database that contains the function.

userDefinedFunction_createTime :: Lens' UserDefinedFunction (Maybe UTCTime) Source #

The time at which the function was created.

userDefinedFunction_className :: Lens' UserDefinedFunction (Maybe Text) Source #

The Java class that contains the function code.