Adds a new table to an existing database in your account. In an Amazon Web Services account, table names must be at least unique within each Region if they are in the same database. You might have identical table names in the same Region if the tables are in separate databases. While creating the table, you must specify the table name, database name, and the retention properties. Service quotas apply. See code sample for details.
See https://www.paws-r-sdk.com/docs/timestreamwrite_create_table/ for full documentation.
timestreamwrite_create_table(
DatabaseName,
TableName,
RetentionProperties = NULL,
Tags = NULL,
MagneticStoreWriteProperties = NULL,
Schema = NULL
)
[required] The name of the Timestream database.
[required] The name of the Timestream table.
The duration for which your time-series data must be stored in the memory store and the magnetic store.
A list of key-value pairs to label the table.
Contains properties to set on the table when enabling magnetic store writes.
The schema of the table.