CatalogTarget
public struct CatalogTarget : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the database to be synchronized.
Declaration
Swift
public let databaseName: String -
A list of the tables to be synchronized.
Declaration
Swift
public let tables: [String] -
Undocumented
Declaration
Swift
public init(databaseName: String, tables: [String]) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CatalogTarget Structure Reference