UserDefinedFunctionInput
A structure used to create or update a user-defined function.
Contents
- ClassName
- 
               The Java class that contains the function code. Type: String Length Constraints: Minimum length of 1. Maximum length of 255. Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Required: No 
- FunctionName
- 
               The name of the function. Type: String Length Constraints: Minimum length of 1. Maximum length of 255. Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Required: No 
- OwnerName
- 
               The owner of the function. Type: String Length Constraints: Minimum length of 1. Maximum length of 255. Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*Required: No 
- OwnerType
- 
               The owner type. Type: String Valid Values: USER | ROLE | GROUPRequired: No 
- ResourceUris
- 
               The resource URIs for the function. Type: Array of ResourceUri objects Array Members: Minimum number of 0 items. Maximum number of 1000 items. Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: