CreateUserDefinedFunctionRequest
public struct CreateUserDefinedFunctionRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Data Catalog in which to create the function. If none is provided, the AWS account ID is used by default.
Declaration
Swift
public let catalogId: String?
-
The name of the catalog database in which to create the function.
Declaration
Swift
public let databaseName: String
-
A FunctionInput object that defines the function to create in the Data Catalog.
Declaration
Swift
public let functionInput: UserDefinedFunctionInput
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, databaseName: String, functionInput: UserDefinedFunctionInput)
-
Declaration
Swift
public func validate(name: String) throws