RelationalTable
public struct RelationalTable : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) for the data source.
Declaration
Swift
public let dataSourceArn: String -
The column schema of the table.
Declaration
Swift
public let inputColumns: [InputColumn] -
The name of the relational table.
Declaration
Swift
public let name: String -
The schema name. This name applies to certain relational database engines.
Declaration
Swift
public let schema: String? -
Undocumented
Declaration
Swift
public init(dataSourceArn: String, inputColumns: [InputColumn], name: String, schema: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RelationalTable Structure Reference