DatabaseInput
public struct DatabaseInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Creates a set of default permissions on the table for principals.
Declaration
Swift
public let createTableDefaultPermissions: [PrincipalPermissions]?
-
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. 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?
-
Undocumented
Declaration
Swift
public init(createTableDefaultPermissions: [PrincipalPermissions]? = nil, description: String? = nil, locationUri: String? = nil, name: String, parameters: [String : String]? = nil, targetDatabase: DatabaseIdentifier? = nil)
-
Declaration
Swift
public func validate(name: String) throws