- Navigation Guide
@aws-sdk/client-glue
DeleteTableCommandInput Interface
The input for DeleteTableCommand.
Members
Name | Type | Details |
---|---|---|
DatabaseName Required | string | undefined | The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase. |
Name Required | string | undefined | The name of the table to be deleted. For Hive compatibility, this name is entirely lowercase. |
CatalogId | string | undefined | The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default. |
TransactionId | string | undefined | The transaction ID at which to delete the table contents. |
Full Signature
export interface DeleteTableCommandInput extends DeleteTableRequest