GlueTable

public struct GlueTable : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for the AWS Glue Data Catalog.

    Declaration

    Swift

    public let catalogId: String?
  • The name of the connection to the AWS Glue Data Catalog.

    Declaration

    Swift

    public let connectionName: String?
  • A database name in the AWS Glue Data Catalog.

    Declaration

    Swift

    public let databaseName: String
  • A table name in the AWS Glue Data Catalog.

    Declaration

    Swift

    public let tableName: String
  • Undocumented

    Declaration

    Swift

    public init(catalogId: String? = nil, connectionName: String? = nil, databaseName: String, tableName: String)
  • Declaration

    Swift

    public func validate(name: String) throws