| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Glue.Types.UserDefinedFunctionInput
Description
Synopsis
- data UserDefinedFunctionInput = UserDefinedFunctionInput' {}
- newUserDefinedFunctionInput :: UserDefinedFunctionInput
- userDefinedFunctionInput_className :: Lens' UserDefinedFunctionInput (Maybe Text)
- userDefinedFunctionInput_functionName :: Lens' UserDefinedFunctionInput (Maybe Text)
- userDefinedFunctionInput_ownerName :: Lens' UserDefinedFunctionInput (Maybe Text)
- userDefinedFunctionInput_ownerType :: Lens' UserDefinedFunctionInput (Maybe PrincipalType)
- userDefinedFunctionInput_resourceUris :: Lens' UserDefinedFunctionInput (Maybe [ResourceUri])
Documentation
data UserDefinedFunctionInput Source #
A structure used to create or update a user-defined function.
See: newUserDefinedFunctionInput smart constructor.
Constructors
| UserDefinedFunctionInput' | |
Fields
| |
Instances
newUserDefinedFunctionInput :: UserDefinedFunctionInput Source #
Create a value of UserDefinedFunctionInput 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:className:UserDefinedFunctionInput', userDefinedFunctionInput_className - The Java class that contains the function code.
$sel:functionName:UserDefinedFunctionInput', userDefinedFunctionInput_functionName - The name of the function.
$sel:ownerName:UserDefinedFunctionInput', userDefinedFunctionInput_ownerName - The owner of the function.
$sel:ownerType:UserDefinedFunctionInput', userDefinedFunctionInput_ownerType - The owner type.
$sel:resourceUris:UserDefinedFunctionInput', userDefinedFunctionInput_resourceUris - The resource URIs for the function.
userDefinedFunctionInput_className :: Lens' UserDefinedFunctionInput (Maybe Text) Source #
The Java class that contains the function code.
userDefinedFunctionInput_functionName :: Lens' UserDefinedFunctionInput (Maybe Text) Source #
The name of the function.
userDefinedFunctionInput_ownerName :: Lens' UserDefinedFunctionInput (Maybe Text) Source #
The owner of the function.
userDefinedFunctionInput_ownerType :: Lens' UserDefinedFunctionInput (Maybe PrincipalType) Source #
The owner type.
userDefinedFunctionInput_resourceUris :: Lens' UserDefinedFunctionInput (Maybe [ResourceUri]) Source #
The resource URIs for the function.