View source: R/timestreamwrite_operations.R
timestreamwrite_delete_table | R Documentation |
Deletes a given Timestream table. This is an irreversible operation. After a Timestream database table is deleted, the time-series data stored in the table cannot be recovered.
See https://www.paws-r-sdk.com/docs/timestreamwrite_delete_table/ for full documentation.
timestreamwrite_delete_table(DatabaseName, TableName)
DatabaseName |
[required] The name of the database where the Timestream database is to be deleted. |
TableName |
[required] The name of the Timestream table to be deleted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.