CreateDatabaseRequest
public struct CreateDatabaseRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the Data Catalog in which to create the database. If none is provided, the AWS account ID is used by default.
Declaration
Swift
public let catalogId: String?
-
The metadata for the database.
Declaration
Swift
public let databaseInput: DatabaseInput
-
Undocumented
Declaration
Swift
public init(catalogId: String? = nil, databaseInput: DatabaseInput)
-
Declaration
Swift
public func validate(name: String) throws