CustomSql
public struct CustomSql : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The column schema from the SQL query result set.
Declaration
Swift
public let columns: [InputColumn]? -
The Amazon Resource Name (ARN) of the data source.
Declaration
Swift
public let dataSourceArn: String -
A display name for the SQL query result.
Declaration
Swift
public let name: String -
The SQL query.
Declaration
Swift
public let sqlQuery: String -
Undocumented
Declaration
Swift
public init(columns: [InputColumn]? = nil, dataSourceArn: String, name: String, sqlQuery: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CustomSql Structure Reference