Database
public struct Database : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Data Catalog in which the database resides.
Declaration
Swift
public let catalogId: String?
-
Creates a set of default permissions on the table for principals.
Declaration
Swift
public let createTableDefaultPermissions: [PrincipalPermissions]?
-
The time at which the metadata database was created in the catalog.
Declaration
Swift
public let createTime: TimeStamp?
-
A description of the database.
Declaration
Swift
public let description: String?
-
The location of the database (for example, an HDFS path).
Declaration
Swift
public let locationUri: String?
-
The name of the database. For Hive compatibility, this is folded to lowercase when it is stored.
Declaration
Swift
public let name: String
-
These key-value pairs define parameters and properties of the database.
Declaration
Swift
public let parameters: [String : String]?
-
A DatabaseIdentifier structure that describes a target database for resource linking.
Declaration
Swift
public let targetDatabase: DatabaseIdentifier?
-
init(catalogId:createTableDefaultPermissions:createTime:description:locationUri:name:parameters:targetDatabase:)
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, createTableDefaultPermissions: [PrincipalPermissions]? = nil, createTime: TimeStamp? = nil, description: String? = nil, locationUri: String? = nil, name: String, parameters: [String : String]? = nil, targetDatabase: DatabaseIdentifier? = nil)