Retrieves the definitions of some or all of the tables in a given
Database
.
glue_get_tables(CatalogId, DatabaseName, Expression, NextToken,
MaxResults)
The ID of the Data Catalog where the tables reside. If none is provided, the AWS account ID is used by default.
[required] The database in the catalog whose tables to list. For Hive compatibility, this name is entirely lowercase.
A regular expression pattern. If present, only those tables whose names match the pattern are returned.
A continuation token, included if this is a continuation call.
The maximum number of tables to return in a single response.
svc$get_tables( CatalogId = "string", DatabaseName = "string", Expression = "string", NextToken = "string", MaxResults = 123 )