GlueConfiguration
public struct GlueConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the database in your AWS Glue Data Catalog in which the table is located. (An AWS Glue Data Catalog database contains Glue Data tables.)
Declaration
Swift
public let databaseName: String
-
The name of the table in your AWS Glue Data Catalog which is used to perform the ETL (extract, transform and load) operations. (An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.)
Declaration
Swift
public let tableName: String
-
Undocumented
Declaration
Swift
public init(databaseName: String, tableName: String)
-
Declaration
Swift
public func validate(name: String) throws