UserDefinedFunction
public struct UserDefinedFunction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Data Catalog in which the function resides.
Declaration
Swift
public let catalogId: String?
-
The Java class that contains the function code.
Declaration
Swift
public let className: String?
-
The time at which the function was created.
Declaration
Swift
public let createTime: TimeStamp?
-
The name of the catalog database that contains the function.
Declaration
Swift
public let databaseName: String?
-
The name of the function.
Declaration
Swift
public let functionName: String?
-
The owner of the function.
Declaration
Swift
public let ownerName: String?
-
The owner type.
Declaration
Swift
public let ownerType: PrincipalType?
-
The resource URIs for the function.
Declaration
Swift
public let resourceUris: [ResourceUri]?
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, className: String? = nil, createTime: TimeStamp? = nil, databaseName: String? = nil, functionName: String? = nil, ownerName: String? = nil, ownerType: PrincipalType? = nil, resourceUris: [ResourceUri]? = nil)