TableResource
public struct TableResource : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The identifier for the Data Catalog. By default, it is the account ID of the caller. DeclarationSwift public let catalogId: String?
- 
                  
                  The name of the database for the table. Unique to a Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal. DeclarationSwift public let databaseName: String
- 
                  
                  The name of the table. DeclarationSwift public let name: String?
- 
                  
                  A wildcard object representing every table under a database. At least one of TableResource$Name or TableResource$TableWildcard is required. DeclarationSwift public let tableWildcard: TableWildcard?
- 
                  
                  Undocumented DeclarationSwift public init(catalogId: String? = nil, databaseName: String, name: String? = nil, tableWildcard: TableWildcard? = nil)
- 
                  
                  DeclarationSwift public func validate(name: String) throws
 View on GitHub
View on GitHub TableResource Structure Reference
        TableResource Structure Reference